ldc: don’t run checks on darwin
failing currently: https://hydra.nixos.org/build/92532427
This commit is contained in:
parent
66a3a7b303
commit
0695b7da24
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ stdenv.mkDerivation rec {
|
|||
else
|
||||
"";
|
||||
|
||||
doCheck = !bootstrapVersion;
|
||||
doCheck = !bootstrapVersion && !stdenv.isDarwin;
|
||||
|
||||
checkPhase = stdenv.lib.optionalString doCheck ''
|
||||
# Build default lib test runners
|
||||
|
|
Loading…
Reference in a new issue