guix-commits
[Top][All Lists]
Advanced

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

44/188: gnu: Add rust-build-const-0.2.


From: guix-commits
Subject: 44/188: gnu: Add rust-build-const-0.2.
Date: Mon, 12 Oct 2020 02:24:46 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit 5457e769639e053617ba61320be038bcbee89045
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Wed Sep 16 17:43:50 2020 +0530

    gnu: Add rust-build-const-0.2.
    
    * gnu/packages/crates-io.scm (rust-build-const-0.2): New variable.
---
 gnu/packages/crates-io.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 0b90d9d..40eb943 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -2186,6 +2186,25 @@ UTF-8.")
         (base32
          "0nzi9vqhl56ws8gq39f3aj4qjrr4l3g5lbkkcj8xq1x4cb74wq2r"))))))
 
+(define-public rust-build-const-0.2
+  (package
+    (name "rust-build-const")
+    (version "0.2.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "build_const" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0faz882spx9474cszay2djmb0lghbwq51qayabcar1s7g4r2l29r"))))
+    (build-system cargo-build-system)
+    (home-page "https://crates.io/crates/build_const";)
+    (synopsis "Create importable constants from build.rs or a script")
+    (description "This package provides a library for creating importable
+constants from build.rs or a script.")
+    (license license:expat)))
+
 (define-public rust-bumpalo-3
   (package
     (name "rust-bumpalo")



reply via email to

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