anki: mark as broken on darwin

This commit is contained in:
Euan Kemp 2023-08-29 22:13:34 +09:00
parent 9c577da750
commit f129e294b3

View file

@ -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;
};
}