nixpkgs/pkgs/build-support/rust/build-rust-crate/test
Daniël de Kok ea6e048c37 buildRustCrate: only link build deps into build script
According to the Cargo documentation:

> The build script does not have access to the dependencies listed in
> the dependencies or dev-dependencies section (they’re not built
> yet!). Also, build dependencies are not available to the package
> itself unless also explicitly added in the [dependencies] table.

https://doc.rust-lang.org/cargo/reference/build-scripts.html

This change separates linkage of regular dependencies and build
dependencies.
2020-03-13 11:13:27 +01:00
..
brotli-crates.nix treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
default.nix buildRustCrate: only link build deps into build script 2020-03-13 11:13:27 +01:00