gnu: Add rust-rustc-std-workspace-alloc-1.0.
authorJohn Soo <jsoo1@asu.edu>
Thu, 16 Jan 2020 04:01:01 +0000 (20:01 -0800)
committerEfraim Flashner <efraim@flashner.co.il>
Tue, 21 Jan 2020 14:23:54 +0000 (16:23 +0200)
* gnu/packages/crates-io.scm (rust-rustc-std-workspace-alloc-1.0): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
gnu/packages/crates-io.scm

index 9fd5aa7..1d44cb8 100644 (file)
@@ -9025,6 +9025,26 @@ decoding.")
     (license (list license:asl2.0
                    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
   (package
     (name "rust-rustc-std-workspace-core")