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:
@@ -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 [
|
||||
|
||||
Reference in New Issue
Block a user