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:
parent
9dba4b6669
commit
a394a72a6c
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue