lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.tf2onnx: disable on darwin (segmentation fault)

+4
+4
pkgs/development/python-modules/tf2onnx/default.nix
··· 65 65 changelog = "https://github.com/onnx/tensorflow-onnx/releases/tag/v${version}"; 66 66 license = lib.licenses.asl20; 67 67 maintainers = with lib.maintainers; [ happysalada ]; 68 + badPlatforms = [ 69 + # Segmentation fault on darwin 70 + lib.systems.inspect.patterns.isDarwin 71 + ]; 68 72 }; 69 73 }