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:
Herman Rimm 2024-02-18 22:08:48 +01:00 committed by Efraim Flashner
parent 8e778deda2
commit adc30867e2
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")