guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 11/12] gnu: Add cargo-bootstrap.


From: Ludovic Courtès
Subject: Re: [PATCH 11/12] gnu: Add cargo-bootstrap.
Date: Mon, 26 Sep 2016 12:28:30 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

David Craven <address@hidden> skribis:

> * gnu/packages/rust.scm (cargo-bootstrap): New variable.

So I gather that Cargo cannot be built at all with a build tool other
than Cargo, right?

> +(define-public cargo-bootstrap
> +  (package
> +    (name "cargo-bootstrap")
> +    (version "1.12.0")
> +    (source rust-bootstrap-x86_64-1.12.0)
> +    (build-system gnu-build-system)
> +    (native-inputs
> +     `(("patchelf" ,patchelf)))
> +    (inputs
> +     `(("gcc-lib" ,gcc "lib")
> +       ("gcc-toolchain-6" ,gcc-toolchain-6)))

s/-6//

> +    (description "Cargo bootstrap.")

Please expound.  :-)

Otherwise LGTM, thanks!

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]