cppcms: migrate to pcre2

This commit is contained in:
Julien Dehos
2026-06-01 12:24:38 +02:00
parent 6471639a56
commit 3c4dc11eb3
+2 -2
View File
@@ -3,7 +3,7 @@
stdenv,
fetchurl,
cmake,
pcre,
pcre2,
zlib,
python3,
openssl,
@@ -28,7 +28,7 @@ stdenv.mkDerivation (finalAttrs: {
python3
];
buildInputs = [
pcre
pcre2
zlib
openssl
];