gnu: rust: Update rust to 1.24.1.
authorNikolai Merinov <nikolai.merinov@member.fsf.org>
Tue, 13 Mar 2018 19:06:53 +0000 (00:06 +0500)
committerDanny Milosavljevic <dannym@scratchpost.org>
Fri, 30 Mar 2018 13:46:53 +0000 (15:46 +0200)
commitf342bb58fef34d2b1364a9fac1d882ffcd329904
tree35b2a2a3880d239eb5910aa9623c06bbd73ab424
parent8456a4c5cb66bb5be317af0669af41d55c97cbf9
gnu: rust: Update rust to 1.24.1.

* gnu/packages/rust.scm (rust-bootstrap): Freeze bootstrap version to 1.22.1.
Reorganize bootstrap binaries to match new "rust" package structure with two
ouputs "out" with Rust compiler and "cargo" with Cargo package manager.
Replace all "system*" by "invoke".
(rust-1.23): Rename "rustc" to "rust".  Update sha256 for tarball.  Add cargo
related dependencies.  Install "cargo" as separate "rust" output.  Remove
substitutes for parts that were fixed in "rustc" source code.  Install
documentation to separate "doc" output.  Update configuration according to
changes in "rustc" source code.  Replace all "system*" by "invoke".
(rust): Create package for 1.24.1 rust release based on rust-1.23 release.
* guix/build-system/cargo.scm (default-rust): Replace "default-cargo" and
"default-rustc" functions with "default-rust" function.
(cargo-build-system): Take only one package as "rust" source.  Use "rustc" of
default output of "rust" package, use "cargo" as "cargo" output of "rust"
package.
gnu/packages/rust.scm
guix/build-system/cargo.scm