onnxruntime: mark as broken when withFullProtobuf is enabled

https://github.com/onnx/onnx/issues/6094
This commit is contained in:
Gaetan Lepage
2026-01-16 16:20:28 +01:00
committed by Yureka
parent 5b3f852e22
commit 2f15f55753
+4 -1
View File
@@ -15,7 +15,6 @@
howard-hinnant-date,
libpng,
nlohmann_json,
perl,
pkg-config,
python3Packages,
removeReferencesTo,
@@ -378,5 +377,9 @@ effectiveStdenv.mkDerivation (finalAttrs: {
puffnfresh
ck3d
];
# [libprotobuf ERROR /build/source/src/google/protobuf/descriptor_database.cc:642] File already
# exists in database: onnx/onnx-ml.proto
# https://github.com/onnx/onnx/issues/6094
broken = withFullProtobuf;
};
})