summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/elinks
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2010-04-10 20:27:02 +0000
committerYury G. Kudryashov <urkud.urkud@gmail.com>2010-04-10 20:27:02 +0000
commiteb20e3b926a8df29255edfac467ade153b81c600 (patch)
treec3cfeed0e23f1818e17fc2766e067d20aec34737 /pkgs/applications/networking/browsers/elinks
parent22bc695075c8b3bc47d42548a81e58b466b4dc3d (diff)
downloadnixlib-eb20e3b926a8df29255edfac467ade153b81c600.tar
nixlib-eb20e3b926a8df29255edfac467ade153b81c600.tar.gz
nixlib-eb20e3b926a8df29255edfac467ade153b81c600.tar.bz2
nixlib-eb20e3b926a8df29255edfac467ade153b81c600.tar.lz
nixlib-eb20e3b926a8df29255edfac467ade153b81c600.tar.xz
nixlib-eb20e3b926a8df29255edfac467ade153b81c600.tar.zst
nixlib-eb20e3b926a8df29255edfac467ade153b81c600.zip
Add gpm support to elinks
svn path=/nixpkgs/trunk/; revision=21003
Diffstat (limited to 'pkgs/applications/networking/browsers/elinks')
-rw-r--r--pkgs/applications/networking/browsers/elinks/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/elinks/default.nix b/pkgs/applications/networking/browsers/elinks/default.nix
index 1e7868481338..9015da07d419 100644
--- a/pkgs/applications/networking/browsers/elinks/default.nix
+++ b/pkgs/applications/networking/browsers/elinks/default.nix
@@ -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}";