nixpkgs/pkgs/build-support/rust/build-rust-crate
Ben Wolsieffer a6bbe3f794 buildRustCrate: pass link flags when building libraries
With Rust 1.61, it is necessary to link to external static/dynamic libaries
when building the rlib that uses them, rather than when linking the final
binary. In fact, it is no longer necessary to specify the libraries to link
when building the final binary, but the library search path flags must still
be included.
2022-06-14 20:09:33 -04:00
..
test Remove myself from maintainers 2022-01-20 00:24:52 +01:00
build-crate.nix Fix determinism by defaulting codegenUnits to 1, not NIX_BUILD_CORES 2022-05-01 11:48:32 -04:00
configure-crate.nix Fix determinism by defaulting codegenUnits to 1, not NIX_BUILD_CORES 2022-05-01 11:48:32 -04:00
default.nix buildRustCrate: set meta.mainProgram to crateName 2022-05-05 14:25:27 +00:00
helpers.nix buildRustCrate: fixup usage of builtins.filterSource 2020-01-07 00:49:48 +01:00
install-crate.nix buildRustCrate: Add tests for checking files in outputs. 2020-03-29 13:00:21 +02:00
lib.sh buildRustCrate: pass link flags when building libraries 2022-06-14 20:09:33 -04:00
log.nix buildRustCrate: editorconfig fixes 2020-08-09 17:47:12 +10:00