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 3d1c912 commit 42ee4b9Copy full SHA for 42ee4b9
lib/overrides-opencv.nix
@@ -5,6 +5,7 @@ final: prev: {
5
old.nativeBuildInputs or [ ]
6
++ (final.resolveBuildSystem {
7
cmake = [ ];
8
+ numpy = [ ];
9
setuptools = [ ];
10
scikit-build = [ ];
11
});
0 commit comments