* add irssi and mutt to all-packages

svn path=/nixpkgs/trunk/; revision=9053
This commit is contained in:
Andres Löh 2007-08-05 18:24:36 +00:00
parent d1f24e346f
commit 99d2eed9b5

View File

@ -465,6 +465,10 @@ rec {
inherit fetchurl stdenv;
};
mutt = import ../applications/networking/mailreaders/mutt {
inherit fetchurl stdenv ncurses which;
};
ncat = import ../tools/networking/ncat {
inherit fetchurl stdenv openssl;
};
@ -3046,6 +3050,11 @@ rec {
lua = lua5;
};
irssi = import ../applications/networking/irc/irssi {
inherit stdenv fetchurl pkgconfig ncurses openssl;
inherit (gtkLibs) glib;
};
joe = import ../applications/editors/joe {
inherit stdenv fetchurl;
};