From c75324835f543f50a9ca202223679b64c8794be9 Mon Sep 17 00:00:00 2001 From: Grimmauld Date: Sun, 25 May 2025 22:27:47 +0200 Subject: [PATCH] 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). --- pkgs/development/libraries/librdf/redland.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/libraries/librdf/redland.nix b/pkgs/development/libraries/librdf/redland.nix index 3391a8cf6ee6..2640330fb188 100644 --- a/pkgs/development/libraries/librdf/redland.nix +++ b/pkgs/development/libraries/librdf/redland.nix @@ -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 ]