nixpkgs/pkgs/build-support/rust
Florian Klink cbe5cf5d81 buildRustCrate: don't swallow build.rs output
This is executed curing the build, and usually quite helpful in telling
you how the build failed, if it failed.

For example, when linking against system libraries, it shows which
system lib could not be discovered, the pkg-config path used etc.

Not showing it simply removes all this, and trying to parse out the
"important" bits and only show these is probably also brittle.

The output generally isn't that spammy normally, so let's just `tee` it.
2024-07-05 21:39:08 +03:00
..
build-rust-crate buildRustCrate: don't swallow build.rs output 2024-07-05 21:39:08 +03:00
build-rust-package
fetch-cargo-tarball
hooks
lib
rustc-wrapper
sysroot
test/import-cargo-lock
default-crate-overrides.nix defaultCrateOverrides: add missing protobuf to crates 2024-06-21 18:21:39 +03:00
fetchcargo-default-config.toml
fetchcrate.nix
import-cargo-lock.nix
replace-workspace-values.py