python3Packages.tf2onnx: disable on darwin (segmentation fault)
This commit is contained in:
@@ -65,5 +65,9 @@ buildPythonPackage rec {
|
||||
changelog = "https://github.com/onnx/tensorflow-onnx/releases/tag/v${version}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ happysalada ];
|
||||
badPlatforms = [
|
||||
# Segmentation fault on darwin
|
||||
lib.systems.inspect.patterns.isDarwin
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user