Add gpm support to elinks
svn path=/nixpkgs/trunk/; revision=21003
This commit is contained in:
parent
22bc695075
commit
eb20e3b926
|
@ -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}";
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue