nixpkgs/pkgs/build-support/rust/hooks
Daniël de Kok 05e40e79a8 buildRustPackage: factor out check phase to cargoCheckHook
API change:

`cargoParallelTestThreads` suggests that this attribute sets the
number of threads used during tests, while it is actually a boolean
option (use 1 thread or NIX_BUILD_CORES threads). In the hook, this
is replaced by a more canonical name `dontUseCargoParallelTests`.
2021-02-16 08:09:15 +01:00
..
cargo-build-hook.sh buildRustPackage: factor out install phase to cargoInstallHook 2021-02-15 12:17:18 +01:00
cargo-check-hook.sh buildRustPackage: factor out check phase to cargoCheckHook 2021-02-16 08:09:15 +01:00
cargo-install-hook.sh buildRustPackage: factor out install phase to cargoInstallHook 2021-02-15 12:17:18 +01:00
cargo-setup-hook.sh
default.nix buildRustPackage: factor out check phase to cargoCheckHook 2021-02-16 08:09:15 +01:00
maturin-build-hook.sh rustPlatform.maturinBuildHook: init 2021-02-12 08:40:43 +01:00