summaryrefslogtreecommitdiffstats
path: root/pkgs/games
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2021-01-10 23:24:33 +0100
committerJan Tojnar <jtojnar@gmail.com>2021-01-10 23:24:33 +0100
commitdd7235715565d6dde51b3cf5861d17484084b426 (patch)
tree7ca95f2fb38eb1c4df5df0b53acbbab970f136f8 /pkgs/games
parent76394e46240235749315f06833381a114ca7779a (diff)
parent581232454fdf0d57507ebf148b495ce40ca2eb90 (diff)
Merge branch 'master' into staging-next
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/anki/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/games/anki/default.nix b/pkgs/games/anki/default.nix
index af4e819eedab..14e9704a432d 100644
--- a/pkgs/games/anki/default.nix
+++ b/pkgs/games/anki/default.nix
@@ -128,6 +128,9 @@ buildPythonApplication rec {
# UTF-8 locale needed for testing
LC_ALL = "en_US.UTF-8";
+ # tests fail with to many open files
+ doCheck = !stdenv.isDarwin;
+
# - Anki writes some files to $HOME during tests
# - Skip tests using network
checkPhase = ''