poppler: remove unused pcre

Poppler does not directly depend on PCRE.

It was added in <https://github.com/NixOS/nixpkgs/pull/127832>,
presumably to suppress CMake complaining about `glib-2.0` needing `pcre`
because CMake is not aware that we interpret `Requires.private`
field in pkg-config files differently.
And GLib since switched to pcre2 anyway so the warning is back.
This commit is contained in:
Jan Tojnar
2023-11-04 19:02:47 +01:00
parent 33ce4c9fe1
commit 604258eec0
@@ -4,7 +4,6 @@
, fetchFromGitLab
, cairo
, cmake
, pcre
, boost
, cups-filters
, curl
@@ -66,7 +65,6 @@ stdenv.mkDerivation (finalAttrs: rec {
buildInputs = [
boost
pcre
libiconv
libintl
] ++ lib.optionals withData [