···128 # UTF-8 locale needed for testing
129 LC_ALL = "en_US.UTF-8";
130000131 # - Anki writes some files to $HOME during tests
132 # - Skip tests using network
133 checkPhase = ''
···128 # UTF-8 locale needed for testing
129 LC_ALL = "en_US.UTF-8";
130131+ # tests fail with to many open files
132+ doCheck = !stdenv.isDarwin;
133+134 # - Anki writes some files to $HOME during tests
135 # - Skip tests using network
136 checkPhase = ''