nixpkgs/pkgs/build-support/rust
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
..
build-rust-crate buildRustCrate: pass link flags when building libraries 2022-06-14 20:09:33 -04:00
build-rust-package buildRustPackage: add missing attr to remove 2022-05-28 21:06:27 +03:00
fetch-cargo-tarball fetchCargoTarball: allow adding nativeBuildInputs 2022-05-28 21:55:39 +03:00
hooks rustPlatform.bindgenHook: init 2022-02-22 19:37:07 +01:00
lib build-support/rust: Organize 2021-11-07 14:16:49 -05:00
sysroot build-support/rust/sysroot/src: Use dont* instead of phase list 2021-11-08 21:38:58 +00:00
test/import-cargo-lock rust/import-cargo-lock: hopefully make nested crate test work on macos 2021-10-25 01:11:45 +02:00
carnix.nix
crates-io.nix
default-crate-overrides.nix default-crate-overrides: only add Security to propagatedBuildInputs on darwin for security-framework-sys 2022-04-28 21:24:46 +03:00
fetchcargo-default-config.toml
fetchcrate.nix fetchCrate: accept pname besides crateName 2020-08-28 08:34:22 +02:00
import-cargo-lock.nix rust: fix importCargoLock for repositories without toplevel Cargo.toml 2022-03-17 00:15:56 -04:00