lol

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.

-2
-2
pkgs/development/libraries/poppler/default.nix
··· 4 , fetchFromGitLab 5 , cairo 6 , cmake 7 - , pcre 8 , boost 9 , cups-filters 10 , curl ··· 66 67 buildInputs = [ 68 boost 69 - pcre 70 libiconv 71 libintl 72 ] ++ lib.optionals withData [
··· 4 , fetchFromGitLab 5 , cairo 6 , cmake 7 , boost 8 , cups-filters 9 , curl ··· 65 66 buildInputs = [ 67 boost 68 libiconv 69 libintl 70 ] ++ lib.optionals withData [