mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
* 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 New Issue
Block a user