3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: rust-bootstrap: Clean up comments.

* gnu/packages/rust.scm (rust-bootstrap): Clean up comments.
This commit is contained in:
Danny Milosavljevic 2018-09-13 00:39:39 +02:00
parent bfdc0e4d45
commit e69b1a7c6e
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -126,13 +126,13 @@
(rustdoc (string-append out "/bin/rustdoc"))
(cargo (string-append cargo-out "/bin/cargo"))
(gcc (assoc-ref inputs "gcc")))
;; Install rustc/rustdoc
;; Install rustc/rustdoc.
(invoke "bash" "install.sh"
(string-append "--prefix=" out)
(string-append "--components=rustc,"
"rust-std-"
,(nix-system->gnu-triplet-for-rust)))
;; Instal cargo
;; Install cargo.
(invoke "bash" "install.sh"
(string-append "--prefix=" cargo-out)
(string-append "--components=cargo"))