python311Packages.tensorflow: mark as broken

This commit is contained in:
Gaetan Lepage 2023-07-21 14:49:57 +02:00 committed by Robert Schütz
parent 9ca785644d
commit caaace4918

View file

@ -447,7 +447,7 @@ let
license = licenses.asl20;
maintainers = with maintainers; [ abbradar ];
platforms = with platforms; linux ++ darwin;
broken = !(xlaSupport -> cudaSupport);
broken = !(xlaSupport -> cudaSupport) || python.pythonVersion == "3.11";
} // lib.optionalAttrs stdenv.isDarwin {
timeout = 86400; # 24 hours
maxSilent = 14400; # 4h, double the default of 7200s