mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 16:41:08 +00:00
rustc: fix build with multiple outputs
This commit is contained in:
@@ -169,6 +169,7 @@ with stdenv.lib; stdenv.mkDerivation {
|
||||
enableParallelBuilding = false; # missing files during linking, occasionally
|
||||
|
||||
outputs = [ "out" "doc" ];
|
||||
setOutputFlags = false;
|
||||
|
||||
preCheck = "export TZDIR=${tzdata}/share/zoneinfo";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user