* 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;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
mutt = import ../applications/networking/mailreaders/mutt {
|
|
||||||
inherit fetchurl stdenv ncurses which openssl;
|
|
||||||
};
|
|
||||||
|
|
||||||
ncat = import ../tools/networking/ncat {
|
ncat = import ../tools/networking/ncat {
|
||||||
inherit fetchurl stdenv openssl;
|
inherit fetchurl stdenv openssl;
|
||||||
};
|
};
|
||||||
@ -3114,6 +3110,10 @@ rec {
|
|||||||
# !!! should depend on MPlayer
|
# !!! should depend on MPlayer
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mutt = import ../applications/networking/mailreaders/mutt {
|
||||||
|
inherit fetchurl stdenv ncurses which openssl;
|
||||||
|
};
|
||||||
|
|
||||||
mythtv = import ../applications/video/mythtv {
|
mythtv = import ../applications/video/mythtv {
|
||||||
inherit fetchurl stdenv which qt3 x11 lame zlib mesa;
|
inherit fetchurl stdenv which qt3 x11 lame zlib mesa;
|
||||||
inherit (xlibs) libX11 libXinerama libXv libXxf86vm libXrandr libXmu;
|
inherit (xlibs) libX11 libXinerama libXv libXxf86vm libXrandr libXmu;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user