guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

16/54: gnu: Add rust-rustc-std-workspace-alloc-1.0.


From: guix-commits
Subject: 16/54: gnu: Add rust-rustc-std-workspace-alloc-1.0.
Date: Tue, 21 Jan 2020 09:35:23 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit c0e73f92ba4c0dc0218317a4346a2eda4a87d5f8
Author: John Soo <address@hidden>
AuthorDate: Wed Jan 15 20:01:01 2020 -0800

    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 <address@hidden>
---
 gnu/packages/crates-io.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 9fd5aa7..1d44cb8 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]