mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
nginx: upgrade pcre to pcre2
Nginx builds with pcre2 by default as of version 1.21.5.
This commit is contained in:
parent
5c6590d4e6
commit
06b9024cc0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user