mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add rust-platforms-3.
* gnu/packages/crates-io.scm (rust-platforms-3): Add variable. Change-Id: I2a3e388381d88b1ac1554d62338dac0255dd2381 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
8e778deda2
commit
adc30867e2
1 changed files with 22 additions and 0 deletions
|
@ -50832,6 +50832,28 @@ (define-public rust-platform-info-2
|
|||
a system.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-platforms-3
|
||||
(package
|
||||
(name "rust-platforms")
|
||||
(version "3.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "platforms" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0k7q6pigmnvgpfasvssb12m2pv3pc94zrhrfg9by3h3wmhyfqvb2"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-serde" ,rust-serde-1))))
|
||||
(home-page "https://rustsec.org")
|
||||
(synopsis "Registry of valid Rust platforms from the Rust compiler")
|
||||
(description
|
||||
"This package provides a Rust platform registry with information
|
||||
about valid Rust platforms (target triple, target_arch, target_os),
|
||||
sourced from the Rust compiler.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-pledge-0.4
|
||||
(package
|
||||
(name "rust-pledge")
|
||||
|
|
Loading…
Reference in a new issue