python3Packages.tensorflow: mark as broken on x86_64-darwin

This commit is contained in:
Thibault Gagnaux
2022-11-29 18:03:14 +01:00
parent a38051bfe0
commit e98bfb0d4e
@@ -424,7 +424,7 @@ let
license = licenses.asl20;
maintainers = with maintainers; [ jyp abbradar ];
platforms = with platforms; linux ++ darwin;
broken = !(xlaSupport -> cudaSupport);
broken = !(xlaSupport -> cudaSupport) || (stdenv.hostPlatform.system == "x86_64-darwin");
} // lib.optionalAttrs stdenv.isDarwin {
timeout = 86400; # 24 hours
maxSilent = 14400; # 4h, double the default of 7200s