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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user