elinks: Actually enable javascript
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
0fde298047
commit
fd99863e14
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue