nixpkgs/pkgs/development/tools/rust/rustup
Flakebi deb78151a9 buildRustPackage: fix cargoBuildFlags
When features were supplied in cargoBuildFlags, the binaries were built
with these features enabled. Unless checking was disabled, `cargo test`
was executed without these build flags, meaning the binaries were
rebuilt and overwritten without the specified features.

Fix this bug by running tests after the installation phase.
2020-07-03 08:53:57 +10:00
..
0001-dynamically-patchelf-binaries.patch (rustup): (add zlib to rpath in rustup libraries) 2020-06-22 21:23:01 -05:00
default.nix buildRustPackage: fix cargoBuildFlags 2020-07-03 08:53:57 +10:00