openvino: fix build by providing ocl-icd for libOpenCL.so.1

This commit is contained in:
Martin Weinelt 2023-12-08 03:23:22 +01:00
parent 402ae9be2a
commit 807a4c7b82
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -18,6 +18,7 @@
# runtime # runtime
, libusb1 , libusb1
, libxml2 , libxml2
, ocl-icd
, opencv , opencv
, protobuf , protobuf
, pugixml , pugixml
@ -134,6 +135,7 @@ stdenv.mkDerivation rec {
buildInputs = [ buildInputs = [
libusb1 libusb1
libxml2 libxml2
ocl-icd
opencv.cxxdev opencv.cxxdev
protobuf protobuf
pugixml pugixml