about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/elinks
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2014-01-19 15:12:49 -0500
committerShea Levy <shea@shealevy.com>2014-01-19 15:16:40 -0500
commitfd99863e14ca4425a39772629b75b8ae7534f49a (patch)
tree59b88fda3a322e6041c451afe070c315e0e87cdb /pkgs/applications/networking/browsers/elinks
parent0fde2980472bda642d853145424bbe6e8b202bb0 (diff)
elinks: Actually enable javascript
Signed-off-by: Shea Levy <shea@shealevy.com>
Diffstat (limited to 'pkgs/applications/networking/browsers/elinks')
-rw-r--r--pkgs/applications/networking/browsers/elinks/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/browsers/elinks/default.nix b/pkgs/applications/networking/browsers/elinks/default.nix
index 1618042364e8c..d624e330f1a4e 100644
--- a/pkgs/applications/networking/browsers/elinks/default.nix
+++ b/pkgs/applications/networking/browsers/elinks/default.nix
@@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
     ''
       --enable-finger --enable-html-highlight
       --with-perl --with-python --enable-gopher --enable-cgi --enable-bittorrent
+      --with-spidermonkey=${spidermonkey}
       --enable-nntp --with-openssl=${openssl}
     '' + stdenv.lib.optionalString enableGuile " --with-guile";