me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-rustc-std-workspace-alloc-1.0.

* gnu/packages/crates-io.scm (rust-rustc-std-workspace-alloc-1.0): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
John Soo 2020-01-15 20:01:01 -08:00 committed by Efraim Flashner
parent ef2f6487d7
commit c0e73f92ba
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 20 additions and 0 deletions

View File

@ -9025,6 +9025,26 @@ decoding.")
(license (list license:asl2.0 (license (list license:asl2.0
license:expat)))) license:expat))))
(define-public rust-rustc-std-workspace-alloc-1.0
(package
(name "rust-rustc-std-workspace-alloc")
(version "1.0.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "rustc-std-workspace-alloc" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"11psmqk6glglxl3zwh8slz6iynfxaifh4spd2wcnws552dqdarpz"))))
(build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page "https://crates.io/crates/rustc-std-workspace-alloc")
(synopsis "Rust workspace hack")
(description "This package is a Rust workspace hack.")
(license (list license:asl2.0 license:expat))))
(define-public rust-rustc-std-workspace-core-1.0 (define-public rust-rustc-std-workspace-core-1.0
(package (package
(name "rust-rustc-std-workspace-core") (name "rust-rustc-std-workspace-core")