0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

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
No known key found for this signature in database

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