mailutils: disable tests on darwin
This commit is contained in:
parent
745be5dfce
commit
204e475602
@ -95,7 +95,7 @@ stdenv.mkDerivation rec {
|
||||
++ lib.optional (!guileSupport) "--without-guile";
|
||||
|
||||
nativeCheckInputs = [ dejagnu ];
|
||||
doCheck = true;
|
||||
doCheck = !stdenv.isDarwin; # ERROR: All 46 tests were run, 46 failed unexpectedly.
|
||||
doInstallCheck = false; # fails
|
||||
|
||||
preCheck = ''
|
||||
|
Loading…
Reference in New Issue
Block a user