ldc: don’t run checks on darwin

failing currently:

https://hydra.nixos.org/build/92532427
This commit is contained in:
Matthew Bauer
2019-04-26 21:55:01 -04:00
parent 66a3a7b303
commit 0695b7da24
+1 -1
View File
@@ -150,7 +150,7 @@ stdenv.mkDerivation rec {
else else
""; "";
doCheck = !bootstrapVersion; doCheck = !bootstrapVersion && !stdenv.isDarwin;
checkPhase = stdenv.lib.optionalString doCheck '' checkPhase = stdenv.lib.optionalString doCheck ''
# Build default lib test runners # Build default lib test runners