opencv: fix build of the videoio module on darwin
This commit is contained in:
parent
13639d24ef
commit
72a76fe8c3
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ stdenv.mkDerivation rec {
|
|||
# tesseract & leptonica.
|
||||
++ lib.optionals enableTesseract [ tesseract leptonica ]
|
||||
++ lib.optional enableCuda cudatoolkit
|
||||
++ lib.optionals stdenv.isDarwin [ AVFoundation Cocoa QTKit ]
|
||||
++ lib.optionals stdenv.isDarwin [ AVFoundation Cocoa QTKit VideoDecodeAcceleration bzip2 ]
|
||||
++ lib.optionals enableDocs [ doxygen graphviz-nox ];
|
||||
|
||||
propagatedBuildInputs = lib.optional enablePython pythonPackages.numpy;
|
||||
|
|
Loading…
Reference in a new issue