mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-12 18:10:47 +02:00
gnu: Add rust-cargo-platform@0.2.0.
* gnu/packages/crates-io.scm (rust-cargo-platform-0.2): New variable. Change-Id: I838f4ffc2a386dc22d983ee3da418a8da6570c85
This commit is contained in:
parent
38db96c0fe
commit
08a94e69f3
1 changed files with 20 additions and 0 deletions
|
@ -11341,6 +11341,26 @@ metadata}.")
|
|||
(description "Reusable common Cargo command line options.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-cargo-platform-0.2
|
||||
(package
|
||||
(name "rust-cargo-platform")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "cargo-platform" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1m7bk5ry59lz52kwm0xir0skflb5z7gdxrjf79d66hz319n2r644"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-serde" ,rust-serde-1))))
|
||||
(home-page "https://github.com/rust-lang/cargo")
|
||||
(synopsis "Cargo's representation of a target platform")
|
||||
(description
|
||||
"This package provides Cargo's representation of a target platform.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-cargo-platform-0.1
|
||||
(package
|
||||
(name "rust-cargo-platform")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue