mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
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:
parent
886356e9f8
commit
c75324835f
1 changed files with 0 additions and 2 deletions
|
@ -7,7 +7,6 @@
|
||||||
libxslt,
|
libxslt,
|
||||||
perl,
|
perl,
|
||||||
curl,
|
curl,
|
||||||
pcre,
|
|
||||||
libxml2,
|
libxml2,
|
||||||
librdf_rasqal,
|
librdf_rasqal,
|
||||||
gmp,
|
gmp,
|
||||||
|
@ -40,7 +39,6 @@ stdenv.mkDerivation rec {
|
||||||
openssl
|
openssl
|
||||||
libxslt
|
libxslt
|
||||||
curl
|
curl
|
||||||
pcre
|
|
||||||
libxml2
|
libxml2
|
||||||
gmp
|
gmp
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue