nginx: remove openssl_3 override

This commit is contained in:
ajs124 2022-07-04 18:18:05 +02:00
parent faac333edd
commit 04e9a388b2

View File

@ -22816,7 +22816,6 @@ with pkgs;
nginxStable = callPackage ../servers/http/nginx/stable.nix {
zlib = zlib-ng.override { withZlibCompat = true; };
openssl = openssl_3;
withPerl = false;
# We don't use `with` statement here on purpose!
# See https://github.com/NixOS/nixpkgs/pull/10474#discussion_r42369334
@ -22825,7 +22824,6 @@ with pkgs;
nginxMainline = callPackage ../servers/http/nginx/mainline.nix {
zlib = zlib-ng.override { withZlibCompat = true; };
openssl = openssl_3;
withKTLS = true;
withPerl = false;
# We don't use `with` statement here on purpose!