diff --git a/pkgs/development/compilers/rust/rustc.nix b/pkgs/development/compilers/rust/rustc.nix index 190bb1a69fd..056177fd265 100644 --- a/pkgs/development/compilers/rust/rustc.nix +++ b/pkgs/development/compilers/rust/rustc.nix @@ -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/;