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
, libusb1
, libxml2
, ocl-icd
, opencv
, protobuf
, pugixml
@ -134,6 +135,7 @@ stdenv.mkDerivation rec {
buildInputs = [
libusb1
libxml2
ocl-icd
opencv.cxxdev
protobuf
pugixml