Unverified Commit fa60de26 authored by patka's avatar patka
Browse files

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 51d42151, with the reasoning that pcre2 showed up during the configurePhase, which is also no longer the case
parent 6bbad3c5
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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