onnxruntime: require macOS 13.3

Otherwise the build fails with the system libc++ changes.
This commit is contained in:
Emily
2025-09-17 20:26:45 +01:00
parent 4278df7785
commit ad66cc4d16
+6 -2
View File
@@ -17,8 +17,9 @@
python3Packages,
re2,
zlib,
microsoft-gsl,
protobuf,
microsoft-gsl,
darwinMinVersionHook,
pythonSupport ? true,
cudaSupport ? config.cudaSupport,
ncclSupport ? config.cudaSupport,
@@ -149,7 +150,10 @@ effectiveStdenv.mkDerivation rec {
nccl
]
)
);
)
++ lib.optionals effectiveStdenv.hostPlatform.isDarwin [
(darwinMinVersionHook "13.3")
];
nativeCheckInputs = [
gtest