overrides: add openvino

This commit is contained in:
Thiago Franco de Moraes 2022-09-06 19:02:05 -03:00 committed by GitHub
parent 68610c6f10
commit 539423bbf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1256,6 +1256,18 @@ lib.composeManyExtensions [
}
);
openvino = super.openvino.overridePythonAttrs (
old: {
buildInputs = [
pkgs.ocl-icd
pkgs.hwloc
pkgs.tbb
pkgs.numactl
pkgs.libxml2
] ++ (old.buildInputs or [ ]);
}
);
orjson =
let
getCargoHash = version: {