nixpkgs/pkgs/build-support/rust
Ricardo M. Correia 9b752fd0e1 buildRustPackage: Don't hardcode registry index hash
Instead, discover it automatically when building the package.

This makes `buildRustPackage` more future-proof with respect to changes
in how `cargo` generates the hash.

Also, it fixes broken builds in i686 because apparently, cargo generates
a different registry index hash in this architecture (compared to
x86-64).
2015-05-19 19:02:38 +02:00
..
patch-registry-deps buildRustPackage: Add a mechanism to patch registry deps 2015-04-23 16:41:52 +02:00
default.nix buildRustPackage: Don't hardcode registry index hash 2015-05-19 19:02:38 +02:00
fetch-builder.sh Add support for building cargo'ed Rust programs 2015-04-21 19:46:29 +02:00
fetch-cargo-deps buildRustPackage: Don't hardcode registry index hash 2015-05-19 19:02:38 +02:00
fetchcargo.nix buildRustPackage: Fix Cargo.lock being ignored 2015-04-23 02:58:07 +02:00