Unverified Commit a394a72a authored by Grimmauld's avatar Grimmauld
Browse files

frei0r: remove unused pcre dependency

the pcre dependency for frei0r was unused.
It was introduced in #136395, with no mentions of pcre in the upstream repo.
I suspect it might have been necessary for OpenCV at the time.
parent 9dba4b66
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
  cairo,
  cmake,
  opencv,
  pcre,
  pkg-config,
  cudaSupport ? config.cudaSupport,
  cudaPackages,
@@ -31,7 +30,6 @@ stdenv.mkDerivation rec {
    [
      cairo
      opencv
      pcre
    ]
    ++ lib.optionals cudaSupport [
      cudaPackages.cuda_cudart