oops, also add amsn here

svn path=/nixpkgs/trunk/; revision=5875
This commit is contained in:
Armijn Hemel 2006-07-22 11:43:46 +00:00
parent ecae366a77
commit 416dec24ab

View File

@ -2168,6 +2168,10 @@ rec {
inherit (gtkLibs) glib gtk;
};
amsn = (import ../applications/networking/instant-messengers/amsn) {
inherit fetchurl stdenv which tcl tk x11;
};
xchat = (import ../applications/networking/irc/xchat) {
inherit fetchurl stdenv pkgconfig tcl;
inherit (gtkLibs) glib gtk;