uwsgi: upgrade from pcre to pcre2
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
lib,
|
||||
pkg-config,
|
||||
jansson,
|
||||
pcre,
|
||||
pcre2,
|
||||
libxcrypt,
|
||||
expat,
|
||||
zlib,
|
||||
@@ -103,7 +103,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
buildInputs =
|
||||
[
|
||||
jansson
|
||||
pcre
|
||||
pcre2
|
||||
libxcrypt
|
||||
]
|
||||
++ lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64) [
|
||||
|
||||
Reference in New Issue
Block a user