lynx: enable default-colors
Building with this option allows Lynx to optionally use the default colors of the terminal, when compiled with ncurses or slang. It does not (as far as I know) change any default behavior. Since we build with ncurses, I don't think there's any reason not to have this.
This commit is contained in:
parent
36cbb7c45e
commit
3912502cbb
@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
hardeningEnable = [ "pie" ];
|
hardeningEnable = [ "pie" ];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
"--enable-default-colors"
|
||||||
"--enable-widec"
|
"--enable-widec"
|
||||||
"--enable-ipv6"
|
"--enable-ipv6"
|
||||||
] ++ stdenv.lib.optional sslSupport "--with-ssl";
|
] ++ stdenv.lib.optional sslSupport "--with-ssl";
|
||||||
|
Loading…
Reference in New Issue
Block a user