summaryrefslogtreecommitdiffstats
path: root/pkgs/games
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-10 20:04:46 +0100
committerGitHub <noreply@github.com>2021-01-10 20:04:46 +0100
commitf41dc35387a9b945eb3c50edadcfe07748ff22cb (patch)
treef9de21097bade307f3262381930afa271fc0fd97 /pkgs/games
parentfe0ee326e0537c1cc3368fc05884f4918da5c8cd (diff)
parent694a3766d6ffcb6150b780ffc86d3c5343d08b1a (diff)
Merge pull request #108799 from SuperSandro2000/fix-collection
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 = ''