openvino: move unzip to nativeBuildInputs
This commit is contained in:
parent
6a5c85e926
commit
aba7bc983f
|
@ -83,13 +83,13 @@ stdenv.mkDerivation rec {
|
||||||
cmake
|
cmake
|
||||||
autoPatchelfHook
|
autoPatchelfHook
|
||||||
addOpenGLRunpath
|
addOpenGLRunpath
|
||||||
|
unzip
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
git
|
git
|
||||||
protobuf
|
protobuf
|
||||||
opencv
|
opencv
|
||||||
unzip
|
|
||||||
python
|
python
|
||||||
tbb
|
tbb
|
||||||
shellcheck
|
shellcheck
|
||||||
|
|
Loading…
Reference in New Issue