rustc: Re-enable parallel building

This commit is contained in:
Ricardo M. Correia 2015-03-15 03:36:40 +01:00
parent 56bb114905
commit 5f3a2cb0d1

View File

@ -132,7 +132,7 @@ stdenv.mkDerivation {
buildInputs = [ which file perl curl python27 makeWrapper git valgrind procps ];
enableParallelBuilding = false; # disabled due to rust-lang/rust#16305
enableParallelBuilding = true;
preCheck = "export TZDIR=${tzdata}/share/zoneinfo";