* add irssi and mutt to all-packages
svn path=/nixpkgs/trunk/; revision=9053
This commit is contained in:
parent
d1f24e346f
commit
99d2eed9b5
@ -465,6 +465,10 @@ rec {
|
|||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mutt = import ../applications/networking/mailreaders/mutt {
|
||||||
|
inherit fetchurl stdenv ncurses which;
|
||||||
|
};
|
||||||
|
|
||||||
ncat = import ../tools/networking/ncat {
|
ncat = import ../tools/networking/ncat {
|
||||||
inherit fetchurl stdenv openssl;
|
inherit fetchurl stdenv openssl;
|
||||||
};
|
};
|
||||||
@ -3046,6 +3050,11 @@ rec {
|
|||||||
lua = lua5;
|
lua = lua5;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
irssi = import ../applications/networking/irc/irssi {
|
||||||
|
inherit stdenv fetchurl pkgconfig ncurses openssl;
|
||||||
|
inherit (gtkLibs) glib;
|
||||||
|
};
|
||||||
|
|
||||||
joe = import ../applications/editors/joe {
|
joe = import ../applications/editors/joe {
|
||||||
inherit stdenv fetchurl;
|
inherit stdenv fetchurl;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user