nixpkgs/pkgs/build-support/rust
Benno Fünfstück 19d3cf81d3 rust: fix fetch-cargo-deps for git dependencies
We need to make sure that `$revs` ends with a space, since files must always
end with newlines. The previous code ignored the last entry in `$revs`, because
read already returns non-zero exit code for the last entry, as it does not end
with a space.
2017-05-23 10:01:33 +02:00
..
patch-registry-deps
default.nix buildRustPackage: only copy executables to bin 2017-04-15 13:26:51 +02:00
fetch-cargo-deps rust: fix fetch-cargo-deps for git dependencies 2017-05-23 10:01:33 +02:00
fetchcargo.nix