Skip to content

Commit 42ee4b9

Browse files
committed
Fix python-opencv overrides
1 parent 3d1c912 commit 42ee4b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/overrides-opencv.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ final: prev: {
55
old.nativeBuildInputs or [ ]
66
++ (final.resolveBuildSystem {
77
cmake = [ ];
8+
numpy = [ ];
89
setuptools = [ ];
910
scikit-build = [ ];
1011
});

0 commit comments

Comments
 (0)