nginx: remove deprecated ipv6 compile flag

The build process for both mainline and stable print a warning that
"--with-ipv6" is deprecated
This commit is contained in:
Pascal Bach
2017-08-21 20:30:41 +02:00
committed by Robin Gloster
parent 66fe192301
commit 12e0e9d31c
-1
View File
@@ -39,7 +39,6 @@ stdenv.mkDerivation {
"--with-http_secure_link_module"
"--with-http_degradation_module"
"--with-http_stub_status_module"
"--with-ipv6"
# Install destination problems
# "--with-http_perl_module"
] ++ optional withStream "--with-stream"