elinks: Actually enable javascript
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
@@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
''
|
''
|
||||||
--enable-finger --enable-html-highlight
|
--enable-finger --enable-html-highlight
|
||||||
--with-perl --with-python --enable-gopher --enable-cgi --enable-bittorrent
|
--with-perl --with-python --enable-gopher --enable-cgi --enable-bittorrent
|
||||||
|
--with-spidermonkey=${spidermonkey}
|
||||||
--enable-nntp --with-openssl=${openssl}
|
--enable-nntp --with-openssl=${openssl}
|
||||||
'' + stdenv.lib.optionalString enableGuile " --with-guile";
|
'' + stdenv.lib.optionalString enableGuile " --with-guile";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user