nixpkgs/pkgs/build-support/rust/build-rust-crate
Andreas Rammhold a57d0fe0bb
buildRustCrate: fix #78412
`build.rs` files might create files. Those files are supposed to go into
`OUT_DIR` (envirionment variable) and not be overlayed onto the source
tree.
2020-01-28 14:07:58 +01:00
..
test buildRustCrateTests: add regression test for #74071 2020-01-28 14:07:58 +01:00
build-crate.nix buildRustCrate: remove one of the odd library filename cases 2020-01-16 13:24:13 +01:00
configure-crate.nix buildRustCrate: fix #78412 2020-01-28 14:07:58 +01:00
default.nix buildRustCrate: treat rlib crates just like lib crates 2020-01-21 17:22:59 +01:00
helpers.nix buildRustCrate: fixup usage of builtins.filterSource 2020-01-07 00:49:48 +01:00
install-crate.nix buildRustCrate: add buildTests flag to tell rustc to build tests instead of binaries 2020-01-07 11:57:34 +01:00
lib.sh buildRustCrate: add buildTests flag to tell rustc to build tests instead of binaries 2020-01-07 11:57:34 +01:00
log.nix buildRustCrate: move the color loggign & remove some runtime checks 2019-12-11 22:35:44 +01:00