forked from mirrors/nixpkgs
* mutt was incorrectly listed under tools, not applications
svn path=/nixpkgs/trunk/; revision=9058
This commit is contained in:
parent
e539c80d47
commit
81c79d71b2
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue