mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: rust-bootstrap: Clean up comments.
* gnu/packages/rust.scm (rust-bootstrap): Clean up comments.
This commit is contained in:
parent
bfdc0e4d45
commit
e69b1a7c6e
1 changed files with 2 additions and 2 deletions
|
@ -126,13 +126,13 @@ (define rust-bootstrap
|
||||||
(rustdoc (string-append out "/bin/rustdoc"))
|
(rustdoc (string-append out "/bin/rustdoc"))
|
||||||
(cargo (string-append cargo-out "/bin/cargo"))
|
(cargo (string-append cargo-out "/bin/cargo"))
|
||||||
(gcc (assoc-ref inputs "gcc")))
|
(gcc (assoc-ref inputs "gcc")))
|
||||||
;; Install rustc/rustdoc
|
;; Install rustc/rustdoc.
|
||||||
(invoke "bash" "install.sh"
|
(invoke "bash" "install.sh"
|
||||||
(string-append "--prefix=" out)
|
(string-append "--prefix=" out)
|
||||||
(string-append "--components=rustc,"
|
(string-append "--components=rustc,"
|
||||||
"rust-std-"
|
"rust-std-"
|
||||||
,(nix-system->gnu-triplet-for-rust)))
|
,(nix-system->gnu-triplet-for-rust)))
|
||||||
;; Instal cargo
|
;; Install cargo.
|
||||||
(invoke "bash" "install.sh"
|
(invoke "bash" "install.sh"
|
||||||
(string-append "--prefix=" cargo-out)
|
(string-append "--prefix=" cargo-out)
|
||||||
(string-append "--components=cargo"))
|
(string-append "--components=cargo"))
|
||||||
|
|
Loading…
Reference in a new issue