nginx: replace zlib to zlib-ng
This commit is contained in:
parent
20e0c6d583
commit
ce8eb071d1
@ -18698,6 +18698,7 @@ in
|
|||||||
nginx = nginxStable;
|
nginx = nginxStable;
|
||||||
|
|
||||||
nginxQuic = callPackage ../servers/http/nginx/quic.nix {
|
nginxQuic = callPackage ../servers/http/nginx/quic.nix {
|
||||||
|
zlib = zlib-ng.override { withZlibCompat = true; };
|
||||||
withPerl = false;
|
withPerl = false;
|
||||||
# We don't use `with` statement here on purpose!
|
# We don't use `with` statement here on purpose!
|
||||||
# See https://github.com/NixOS/nixpkgs/pull/10474/files#r42369334
|
# See https://github.com/NixOS/nixpkgs/pull/10474/files#r42369334
|
||||||
@ -18707,6 +18708,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
nginxStable = callPackage ../servers/http/nginx/stable.nix {
|
nginxStable = callPackage ../servers/http/nginx/stable.nix {
|
||||||
|
zlib = zlib-ng.override { withZlibCompat = true; };
|
||||||
withPerl = false;
|
withPerl = false;
|
||||||
# We don't use `with` statement here on purpose!
|
# We don't use `with` statement here on purpose!
|
||||||
# See https://github.com/NixOS/nixpkgs/pull/10474/files#r42369334
|
# See https://github.com/NixOS/nixpkgs/pull/10474/files#r42369334
|
||||||
@ -18714,6 +18716,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
nginxMainline = callPackage ../servers/http/nginx/mainline.nix {
|
nginxMainline = callPackage ../servers/http/nginx/mainline.nix {
|
||||||
|
zlib = zlib-ng.override { withZlibCompat = true; };
|
||||||
withPerl = false;
|
withPerl = false;
|
||||||
# We don't use `with` statement here on purpose!
|
# We don't use `with` statement here on purpose!
|
||||||
# See https://github.com/NixOS/nixpkgs/pull/10474/files#r42369334
|
# See https://github.com/NixOS/nixpkgs/pull/10474/files#r42369334
|
||||||
|
Loading…
x
Reference in New Issue
Block a user