nixpkgs/pkgs/build-support/rust/hooks
Martin Weinelt 8742c0cd2e
maturinBuildHook: use dist dir relative to cargoRoot
With `cargoRoot` set to a subdirectory of the source, where the
Cargo.{lock,toml} are found, the final mv would previously fail, since
the build results appear relative to cargoRoot, not to the original
build directory.
2023-12-20 20:46:08 +01:00
..
cargo-build-hook.sh Merge pull request #256949 from andresilva/build-rust-package-profiles 2023-09-29 15:54:49 -04:00
cargo-check-hook.sh Merge pull request #256949 from andresilva/build-rust-package-profiles 2023-09-29 15:54:49 -04:00
cargo-install-hook.sh rust: hooks: fix cross compilation 2023-09-26 06:30:44 +00:00
cargo-nextest-hook.sh Merge pull request #256949 from andresilva/build-rust-package-profiles 2023-09-29 15:54:49 -04:00
cargo-setup-hook.sh
default.nix lib.systems: elaborate Rust metadata 2023-11-09 10:02:24 +01:00
maturin-build-hook.sh maturinBuildHook: use dist dir relative to cargoRoot 2023-12-20 20:46:08 +01:00
rust-bindgen-hook.sh