Unverified Commit f8728209 authored by K900's avatar K900 Committed by GitHub
Browse files

frei0r: remove unused pcre dependency (#405850)

parents d9dadd67 a394a72a
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