nixpkgs/pkgs/build-support/rust/build-rust-crate
Adam Joseph 3bd3809d0e buildRustCrate: 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 buildRustCrate.

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
..
test treewide: use optionalAttrs instead of 'else {}' 2023-06-25 11:01:34 -03:00
build-crate.nix Revert "build-rust-{crate,package}: cleanups" 2023-06-18 09:27:44 +00:00
configure-crate.nix treewide: use optionalString instead of 'then ""' 2023-06-24 20:19:19 +02:00
default.nix buildRustCrate: add isMips64n32 to badPlatforms 2023-10-23 08:38:25 +00:00
helpers.nix
install-crate.nix
lib.sh buildRustCrate: fixup integration test mod name 2023-01-14 14:18:09 -05:00
log.nix