dico: disable tests on darwin
This commit is contained in:
parent
096b752393
commit
33b1ba774c
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
strictDeps = true;
|
||||
|
||||
doCheck = true;
|
||||
# ERROR: All 188 tests were run, 90 failed unexpectedly.
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Flexible dictionary server and client implementing RFC 2229";
|
||||
|
|
Loading…
Reference in a new issue