nginx: upgrade pcre to pcre2

Nginx builds with pcre2 by default as of version 1.21.5.
This commit is contained in:
Elliot Cameron 2024-11-14 15:07:36 -05:00
parent 5c6590d4e6
commit 06b9024cc0

View File

@ -1,4 +1,4 @@
outer@{ lib, stdenv, fetchurl, fetchpatch, openssl, zlib, pcre, libxml2, libxslt
outer@{ lib, stdenv, fetchurl, fetchpatch, openssl, zlib, pcre2, libxml2, libxslt
, nginx-doc
, nixosTests
@ -66,7 +66,7 @@ stdenv.mkDerivation {
removeReferencesTo
] ++ nativeBuildInputs;
buildInputs = [ openssl zlib pcre libxml2 libxslt perl ]
buildInputs = [ openssl zlib pcre2 libxml2 libxslt perl ]
++ buildInputs
++ mapModules "inputs"
++ lib.optional withGeoIP geoip