From fd99863e14ca4425a39772629b75b8ae7534f49a Mon Sep 17 00:00:00 2001
From: Shea Levy <shea@shealevy.com>
Date: Sun, 19 Jan 2014 15:12:49 -0500
Subject: [PATCH] elinks: Actually enable javascript

Signed-off-by: Shea Levy <shea@shealevy.com>
---
 pkgs/applications/networking/browsers/elinks/default.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pkgs/applications/networking/browsers/elinks/default.nix b/pkgs/applications/networking/browsers/elinks/default.nix
index 1618042364e8..d624e330f1a4 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";