nixpkgs/pkgs/build-support/rust/hooks
Yureka 51c62063e3 cargoSetupHook: set crt-static
Tell rust if we want our binaries linked statically or dynamically.
Otherwise the compiler will always produce statically linked binaries for musl
targets, as this is the default.
2022-08-13 15:25:41 +02:00
..
cargo-build-hook.sh rust/hooks: ensure the build output ends up in the right place 2021-12-26 11:04:07 +03:00
cargo-check-hook.sh rustPlatform: add support for features 2021-10-27 08:08:03 -04:00
cargo-install-hook.sh cargo/hooks: allow hooks to be disabled 2021-03-08 19:17:03 +01:00
cargo-setup-hook.sh cargo/hooks: allow hooks to be disabled 2021-03-08 19:17:03 +01:00
default.nix cargoSetupHook: set crt-static 2022-08-13 15:25:41 +02:00
maturin-build-hook.sh maturin: 0.12.9 -> 0.13.0 2022-07-21 22:35:32 +02:00
rust-bindgen-hook.sh rustPlatform.bindgenHook: init 2022-02-22 19:37:07 +01:00