rustc: Re-enable doCheck on Darwin.
This commit is contained in:
parent
2b806e9b71
commit
86326cbf54
@ -121,6 +121,6 @@ stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
# Disable doCheck on Darwin to work around upstream issue
|
# Disable doCheck on Darwin to work around upstream issue
|
||||||
doCheck = !stdenv.isDarwin;
|
doCheck = true;
|
||||||
dontSetConfigureCross = true;
|
dontSetConfigureCross = true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user