Skip to content

Commit 130fa65

Browse files
ajs124jsoo1
authored andcommitted
nginx(Stable|Mainline|Quic): use pcre2
1 parent 5218141 commit 130fa65

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pkgs/servers/http/nginx/generic.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
outer@{ lib, stdenv, fetchurl, fetchpatch, openssl, zlib, pcre2, libxml2, libxslt
1+
outer@{ lib, stdenv, fetchurl, fetchpatch, openssl, zlib, pcre, libxml2, libxslt
22
, nginx-doc
33

44
, nixosTests
@@ -53,7 +53,7 @@ stdenv.mkDerivation {
5353
inherit sha256;
5454
};
5555

56-
buildInputs = [ openssl zlib pcre2 libxml2 libxslt gd geoip perl ]
56+
buildInputs = [ openssl zlib pcre libxml2 libxslt gd geoip perl ]
5757
++ buildInputs
5858
++ mapModules "inputs";
5959

pkgs/top-level/all-packages.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22063,6 +22063,7 @@ with pkgs;
2206322063

2206422064
nginxQuic = callPackage ../servers/http/nginx/quic.nix {
2206522065
zlib = zlib-ng.override { withZlibCompat = true; };
22066+
pcre = pcre2;
2206622067
withPerl = false;
2206722068
# We don't use `with` statement here on purpose!
2206822069
# See https://github.com/NixOS/nixpkgs/pull/10474#discussion_r42369334

0 commit comments

Comments
 (0)