openvino: fix cmake4 compat

This commit is contained in:
Martin Weinelt
2025-10-07 17:39:26 +02:00
parent 2bbf7ca8df
commit 3402f5cc1c
+9
View File
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
fetchpatch,
fetchurl,
cudaSupport ? opencv.cudaSupport or false,
@@ -71,6 +72,14 @@ stdenv.mkDerivation rec {
hash = "sha256-EtXHMOIk4hGcLiaoC0ZWYF6XZCD2qNtt1HeJoJIuuTA=";
};
patches = [
(fetchpatch {
name = "cmake4-compat.patch";
url = "https://github.com/openvinotoolkit/openvino/commit/677716c2471cadf1bf1268eca6343498a886a229.patch?full_index=1";
hash = "sha256-iaifJBdl7+tQZq1d8SiczUaXz+AdfMrLtwzfTmSG+XA=";
})
];
outputs = [
"out"
"python"