about summary refs log tree commit diff
path: root/pkgs/games/anki
diff options
context:
space:
mode:
authorEuan Kemp <euank@euank.com>2023-08-29 22:13:34 +0900
committerEuan Kemp <euank@euank.com>2023-08-29 22:16:34 +0900
commitf129e294b3f51ddfc3d1c0e47aac8a3b29ceee07 (patch)
tree78b4295a95d1ee842139ea8acc31e89f2c2ccd2a /pkgs/games/anki
parent9c577da750f49d00d41cadab9f9db0a35a66d45a (diff)
anki: mark as broken on darwin
Diffstat (limited to 'pkgs/games/anki')
-rw-r--r--pkgs/games/anki/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/games/anki/default.nix b/pkgs/games/anki/default.nix
index fe694ecd0aa02..18ffb1558f5df 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;
   };
 }