3
0
Fork 0
forked from mirrors/nixpkgs

add rustc and cargo to the cross trunk

Compiling them can take hours, and with rust specifically it's quite common to
cross compile (e.g. to musl/static for easier distribution)
This commit is contained in:
Wanja Zaeske 2023-01-17 17:32:03 +01:00
parent fcc8ff7cc2
commit 6c615f6957

View file

@ -34,6 +34,8 @@ let
nix = nativePlatforms; nix = nativePlatforms;
nixUnstable = nativePlatforms; nixUnstable = nativePlatforms;
mesa = nativePlatforms; mesa = nativePlatforms;
rustc = nativePlatforms;
cargo = nativePlatforms;
}; };
gnuCommon = lib.recursiveUpdate common { gnuCommon = lib.recursiveUpdate common {