summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorPascal Bach <pascal.bach@nextrem.ch>2017-08-19 23:32:48 +0200
committerRobin Gloster <mail@glob.in>2017-08-21 20:30:41 +0200
commit12e0e9d31c8a759fc2f01b3b15b70e7f2303b764 (patch)
treee5ae620d81b83f3c48f580ac6ded00b5d899040c /pkgs/servers
parent66fe192301cc1d6f279f41d4a4ba12ecfd88d8a4 (diff)
downloadnixpkgs-12e0e9d31c8a759fc2f01b3b15b70e7f2303b764.tar
nixpkgs-12e0e9d31c8a759fc2f01b3b15b70e7f2303b764.tar.gz
nixpkgs-12e0e9d31c8a759fc2f01b3b15b70e7f2303b764.tar.bz2
nixpkgs-12e0e9d31c8a759fc2f01b3b15b70e7f2303b764.tar.lz
nixpkgs-12e0e9d31c8a759fc2f01b3b15b70e7f2303b764.tar.xz
nixpkgs-12e0e9d31c8a759fc2f01b3b15b70e7f2303b764.tar.zst
nixpkgs-12e0e9d31c8a759fc2f01b3b15b70e7f2303b764.zip
nginx: remove deprecated ipv6 compile flag
The build process for both mainline and stable print a warning that
"--with-ipv6" is deprecated
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/http/nginx/generic.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/servers/http/nginx/generic.nix b/pkgs/servers/http/nginx/generic.nix
index dfde2045272..a9d84ac144d 100644
--- a/pkgs/servers/http/nginx/generic.nix
+++ b/pkgs/servers/http/nginx/generic.nix
@@ -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"