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" ];
|
||||
|
||||
configureFlags = [
|
||||
"--enable-default-colors"
|
||||
"--enable-widec"
|
||||
"--enable-ipv6"
|
||||
] ++ stdenv.lib.optional sslSupport "--with-ssl";
|
||||
|
|
Loading…
Reference in New Issue