diff --git a/pkgs/games/anki/default.nix b/pkgs/games/anki/default.nix index fe694ecd0aa0..18ffb1558f5d 100644 --- a/pkgs/games/anki/default.nix +++ b/pkgs/games/anki/default.nix @@ -278,5 +278,7 @@ python3.pkgs.buildPythonApplication { license = licenses.agpl3Plus; platforms = platforms.mesaPlatforms; maintainers = with maintainers; [ oxij euank ]; + # Reported to crash at launch on darwin (as of 2.1.65) + broken = stdenv.isDarwin; }; }