* mutt was incorrectly listed under tools, not applications

svn path=/nixpkgs/trunk/; revision=9058
This commit is contained in:
Andres Löh 2007-08-06 15:09:38 +00:00
parent e539c80d47
commit 81c79d71b2

View file

@ -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;