summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2021-06-01 09:38:28 +0200
committerGitHub <noreply@github.com>2021-06-01 09:38:28 +0200
commit9d541e4a1eeef917ca13949814be1002f23d4bea (patch)
tree9141bde0a53a65a596db57498cc6d390d6471126
parentMerge pull request #125055 from NixOS/backport-124544-to-release-21.05 (diff)
parentnginx: fix link to discussion explaining why "with" is not used (diff)
downloadnixpkgs-9d541e4a1eeef917ca13949814be1002f23d4bea.tar.gz
Merge pull request #125175 from NixOS/backport-125174-to-release-21.05
[Backport release-21.05] nginx: fix link to discussion explaining why "with" is not used
-rw-r--r--pkgs/top-level/all-packages.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index e563a29cb2ee..7357848ce23b 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -19203,7 +19203,7 @@ in
zlib = zlib-ng.override { withZlibCompat = true; };
withPerl = false;
# 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#discussion_r42369334
modules = [ nginxModules.rtmp nginxModules.dav nginxModules.moreheaders ];
# Use latest boringssl to allow http3 support
openssl = boringssl;
@@ -19213,7 +19213,7 @@ in
zlib = zlib-ng.override { withZlibCompat = true; };
withPerl = false;
# 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#discussion_r42369334
modules = [ nginxModules.rtmp nginxModules.dav nginxModules.moreheaders ];
};
@@ -19221,7 +19221,7 @@ in
zlib = zlib-ng.override { withZlibCompat = true; };
withPerl = false;
# 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#discussion_r42369334
modules = [ nginxModules.dav nginxModules.moreheaders ];
};