* Added w3m.

svn path=/nixpkgs/trunk/; revision=3827
This commit is contained in:
Eelco Dolstra
2005-09-14 16:23:02 +00:00
parent 6d340b8835
commit 71d7ecd446
3 changed files with 26 additions and 0 deletions

View File

@@ -1423,6 +1423,10 @@ rec {
inherit fetchurl stdenv ncurses openssl;
};
w3m = (import ../applications/networking/browsers/w3m) {
inherit fetchurl stdenv ncurses openssl boehmgc gettext;
};
gaim = (import ../applications/networking/instant-messengers/gaim) {
inherit fetchurl stdenv pkgconfig perl libxml2 openssl nss;
inherit (gtkLibs) glib gtk;