Merge pull request #310528 from alyssais/buildRustPackage-platforms
buildRustPackage: add new supported platforms
This commit is contained in:
commit
c7578123cf
1 changed files with 3 additions and 3 deletions
|
@ -156,9 +156,9 @@ stdenv.mkDerivation ((removeAttrs args [ "depsExtraArgs" "cargoUpdateHook" "carg
|
||||||
# Platforms without host tools from
|
# Platforms without host tools from
|
||||||
# https://doc.rust-lang.org/nightly/rustc/platform-support.html
|
# https://doc.rust-lang.org/nightly/rustc/platform-support.html
|
||||||
"armv7a-darwin"
|
"armv7a-darwin"
|
||||||
"armv5tel-linux" "armv7a-linux" "m68k-linux" "mipsel-linux"
|
"armv5tel-linux" "armv7a-linux" "m68k-linux" "mips-linux"
|
||||||
"mips64el-linux" "riscv32-linux"
|
"mips64-linux" "mipsel-linux" "mips64el-linux" "riscv32-linux"
|
||||||
"armv6l-netbsd"
|
"armv6l-netbsd" "mipsel-netbsd" "riscv64-netbsd"
|
||||||
"x86_64-redox"
|
"x86_64-redox"
|
||||||
"wasm32-wasi"
|
"wasm32-wasi"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue