Merge pull request #21884 from LnL7/rust-no-parallel

rustc: disable parallel building
This commit is contained in:
Jörg Thalheim 2017-01-14 19:35:35 +01:00 committed by GitHub
commit ae8ec5a44b

View File

@ -142,7 +142,9 @@ stdenv.mkDerivation {
doCheck = true;
dontSetConfigureCross = true;
enableParallelBuilding = true;
# https://github.com/NixOS/nixpkgs/pull/21742#issuecomment-272305764
# https://github.com/rust-lang/rust/issues/30181
# enableParallelBuilding = false;
meta = with stdenv.lib; {
homepage = http://www.rust-lang.org/;