1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

rustc: Re-enable doCheck on Darwin.

This commit is contained in:
Moritz Ulrich 2016-08-09 08:20:49 +02:00
parent 2b806e9b71
commit 86326cbf54

View file

@ -121,6 +121,6 @@ stdenv.mkDerivation {
'';
# Disable doCheck on Darwin to work around upstream issue
doCheck = !stdenv.isDarwin;
doCheck = true;
dontSetConfigureCross = true;
}