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:
Grimmauld
2025-05-10 11:53:36 +02:00
parent 9dba4b6669
commit a394a72a6c
-2
View File
@@ -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