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 4 , fetchFromGitLab 5 5 , cairo 6 6 , cmake 7 - , pcre 8 7 , boost 9 8 , cups-filters 10 9 , curl ··· 66 65 67 66 buildInputs = [ 68 67 boost 69 - pcre 70 68 libiconv 71 69 libintl 72 70 ] ++ lib.optionals withData [