forked from mirrors/nixpkgs
elinks: Actually enable javascript
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
0fde298047
commit
fd99863e14
|
@ -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";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue