Add gpm support to elinks

svn path=/nixpkgs/trunk/; revision=21003
This commit is contained in:
Yury G. Kudryashov 2010-04-10 20:27:02 +00:00
parent 22bc695075
commit eb20e3b926
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ stdenv.mkDerivation {
sha256 = "c10e657fbd884eae4f01b91b32407bbfcbcae0ad5017fb24ea365aebc71d2af1";
};
buildInputs = [python perl ncurses x11 bzip2 zlib openssl spidermonkey guile];
buildInputs = [python perl ncurses x11 bzip2 zlib openssl spidermonkey guile gpm];
configureFlags = "--enable-finger --enable-html-highlight --with-guile
--with-perl --with-python --enable-gopher --enable-cgi --enable-bittorrent
--enable-nntp --with-openssl=${openssl}";

View file

@ -7096,7 +7096,7 @@ let
elinks = import ../applications/networking/browsers/elinks {
inherit stdenv fetchurl python perl ncurses x11 zlib openssl spidermonkey
guile bzip2;
guile bzip2 gpm;
};
elvis = import ../applications/editors/elvis {