Commit 5c8fc450 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python3Packages.tf2onnx: disable on darwin (segmentation fault)

parent 5624b7ad
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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
    ];
  };
}