ldc: don’t run checks on darwin

failing currently:

https://hydra.nixos.org/build/92532427
This commit is contained in:
Matthew Bauer 2019-04-22 01:11:35 -04:00
parent 66a3a7b303
commit 0695b7da24

View file

@ -150,7 +150,7 @@ stdenv.mkDerivation rec {
else
"";
doCheck = !bootstrapVersion;
doCheck = !bootstrapVersion && !stdenv.isDarwin;
checkPhase = stdenv.lib.optionalString doCheck ''
# Build default lib test runners