opencpn: remove unused pcre dependencies

Both pcre and pcre2 aren't referenced anywhere in the codebase. Upstream removed the last reference to pcre in commit c6147abf1f2e0d16b2dae4b10fba4af2dd1eb26b, which is included in the version we ship. pcre2 was added in nixpkgs commit 51d42151e2, with the reasoning that pcre2 showed up during the configurePhase, which is also no longer the case
This commit is contained in:
patka
2025-04-27 11:55:04 +02:00
parent 6bbad3c5f7
commit fa60de26f6
@@ -36,8 +36,6 @@
lz4,
libmpg123,
makeWrapper,
pcre,
pcre2,
pkg-config,
portaudio,
rapidjson,
@@ -107,8 +105,6 @@ stdenv.mkDerivation (finalAttrs: {
libxkbcommon
lz4
libmpg123
pcre
pcre2
portaudio
rapidjson
sqlite