mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 03:34:12 +00:00
rustc-wasm32: fix build
rust.config was never intended to exist, and has been removed.
Link: https://github.com/NixOS/nixpkgs/pull/271707#issuecomment-1838471170
Fixes: 973120823b
("lib.systems.elaborate: fix passing `rust` (more) (#271707)")
This commit is contained in:
parent
6f3d9c7288
commit
a449e06d5f
@ -16934,7 +16934,7 @@ with pkgs;
|
||||
targetPlatform = lib.systems.elaborate {
|
||||
# lib.systems.elaborate won't recognize "unknown" as the last component.
|
||||
config = "wasm32-unknown-wasi";
|
||||
rust.config = "wasm32-unknown-unknown";
|
||||
rust.rustcTarget = "wasm32-unknown-unknown";
|
||||
};
|
||||
};
|
||||
}).overrideAttrs (old: {
|
||||
|
Loading…
Reference in New Issue
Block a user