mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
openvino: move unzip to nativeBuildInputs
This commit is contained in:
parent
6a5c85e926
commit
aba7bc983f
1 changed files with 1 additions and 1 deletions
|
@ -83,13 +83,13 @@ stdenv.mkDerivation rec {
|
|||
cmake
|
||||
autoPatchelfHook
|
||||
addOpenGLRunpath
|
||||
unzip
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
git
|
||||
protobuf
|
||||
opencv
|
||||
unzip
|
||||
python
|
||||
tbb
|
||||
shellcheck
|
||||
|
|
Loading…
Reference in a new issue