nixpkgs/pkgs/build-support/rust
Adam Joseph 4fc0e33698 buildRustPackage: add isMips64n32 to badPlatforms
Rust is not yet able to target the n32 ABI on mips64.

Let's add `isMips64n32` to the `meta.badPlatforms` of all
derivations created by buildRustPackage.

I use this to automatically detect which packages on my system can
be built for n32 (almost all of them) and build those using n32, and
the few packages (mainly those that depend on boost or rust) that
can't for n64.
2023-10-23 08:38:25 +00:00
..
build-rust-crate buildRustCrate: add isMips64n32 to badPlatforms 2023-10-23 08:38:25 +00:00
build-rust-package buildRustPackage: add isMips64n32 to badPlatforms 2023-10-23 08:38:25 +00:00
fetch-cargo-tarball
hooks rustPlatform.cargoSetupHook: fix platform check (#260068) 2023-10-11 23:36:56 +02:00
lib rust.toRustTargetForUseInEnvVars: support custom targets 2023-10-03 12:30:04 +00:00
sysroot
test/import-cargo-lock
default-crate-overrides.nix
fetchcargo-default-config.toml
fetchcrate.nix
import-cargo-lock.nix
replace-workspace-values.py