We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b094c6 commit e2e92eaCopy full SHA for e2e92ea
1 file changed
pkgs/by-name/bonfire/deps/evision/opencv.nix
@@ -4,6 +4,7 @@
4
fetchpatch2,
5
python3,
6
python3Packages,
7
+ protobuf_32,
8
enableContrib ? true,
9
enableCuda ? false,
10
apply_patch_py,
@@ -14,6 +15,7 @@ let
14
15
in
16
(python3Packages.opencv4.override {
17
inherit enableContrib;
18
+ protobuf = protobuf_32;
19
# Explanation: match CMAKE_OPENCV_IMG_CODER_SELECTION in evision/Makefile
20
enableEXR = true;
21
enableJPEG = true;
0 commit comments