summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAndres Löh <mail@andres-loeh.de>2007-08-06 15:09:38 +0000
committerAndres Löh <mail@andres-loeh.de>2007-08-06 15:09:38 +0000
commit81c79d71b20533e638f56b482901e95e61652abd (patch)
tree4a6a53be3b84c269cb3fd26c1b3a94a43fcf2d70 /pkgs
parente539c80d47168b6d8709cc7a753952b9e8878fc1 (diff)
downloadnixpkgs-81c79d71b20533e638f56b482901e95e61652abd.tar
nixpkgs-81c79d71b20533e638f56b482901e95e61652abd.tar.gz
nixpkgs-81c79d71b20533e638f56b482901e95e61652abd.tar.bz2
nixpkgs-81c79d71b20533e638f56b482901e95e61652abd.tar.lz
nixpkgs-81c79d71b20533e638f56b482901e95e61652abd.tar.xz
nixpkgs-81c79d71b20533e638f56b482901e95e61652abd.tar.zst
nixpkgs-81c79d71b20533e638f56b482901e95e61652abd.zip
* mutt was incorrectly listed under tools, not applications
svn path=/nixpkgs/trunk/; revision=9058
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/all-packages.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index d29df868dea..e080e407dfe 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -465,10 +465,6 @@ rec {
     inherit fetchurl stdenv;
   };
 
-  mutt = import ../applications/networking/mailreaders/mutt {
-    inherit fetchurl stdenv ncurses which openssl;
-  };
-
   ncat = import ../tools/networking/ncat {
     inherit fetchurl stdenv openssl;
   };
@@ -3114,6 +3110,10 @@ rec {
     # !!! should depend on MPlayer
   };
 
+  mutt = import ../applications/networking/mailreaders/mutt {
+    inherit fetchurl stdenv ncurses which openssl;
+  };
+
   mythtv = import ../applications/video/mythtv {
     inherit fetchurl stdenv which qt3 x11 lame zlib mesa;
     inherit (xlibs) libX11 libXinerama libXv libXxf86vm libXrandr libXmu;