mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
7262026f0f
Cargo will never need to link for the target platform — that'd be for
the package being built to do at runtime. Cargo should know about the
build and host linkers.
This fixes e.g. pkgsCross.musl64.fd from x86_64-linux.
Fixes:
|
||
---|---|---|
.. | ||
cargo-build-hook.sh | ||
cargo-check-hook.sh | ||
cargo-install-hook.sh | ||
cargo-nextest-hook.sh | ||
cargo-setup-hook.sh | ||
default.nix | ||
maturin-build-hook.sh | ||
rust-bindgen-hook.sh |