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 buildRustPackage: add new supported platforms 2024-05-10 10:18:20 +02:00
fetch-cargo-tarball
hooks rustPlatform: --frozen -> --offline 2024-05-18 11:18:59 +02:00
lib
rustc-wrapper wrapRustc: wrap rustdoc 2024-03-02 13:09:07 +01:00
sysroot
test/import-cargo-lock tests.importCargoLock: fix self-inclusive src listings in .nix files 2024-04-10 10:27:12 -05:00
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 build-support/rust: rewrite workspace dependency inheritance 2024-05-10 20:55:39 +03:00