librdf_redland: remove unused pcre dependency

pcre 1 is deprecated and should not be used.
`librdf_redland` previously offered optional pcre 1 support,
but has since completely removed that dependency.
Comparing build artifacts with and without pcre 1 using diffoscope,
the output is identical (apart from references to the $out nix store paths).
This commit is contained in:
Grimmauld 2025-05-25 22:27:47 +02:00
parent 886356e9f8
commit c75324835f
No known key found for this signature in database

View file

@ -7,7 +7,6 @@
libxslt,
perl,
curl,
pcre,
libxml2,
librdf_rasqal,
gmp,
@ -40,7 +39,6 @@ stdenv.mkDerivation rec {
openssl
libxslt
curl
pcre
libxml2
gmp
]