guix-commits
[Top][All Lists]
Advanced

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

179/299: gnu: Add rust-paste-impl-0.1.


From: guix-commits
Subject: 179/299: gnu: Add rust-paste-impl-0.1.
Date: Thu, 2 Jan 2020 13:19:39 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 1b63d8ed7f4e691226f05c579fdb23dcb2d7ba52
Author: John Soo <address@hidden>
Date:   Sun Dec 15 09:02:00 2019 -0800

    gnu: Add rust-paste-impl-0.1.
    
    * gnu/packages/crates-io.scm (rust-paste-impl-0.1).
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 gnu/packages/crates-io.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 54ad2ab..b427136 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -5160,6 +5160,33 @@ deserialization, and interpreter in Rust.")
     (license (list license:asl2.0
                    license:expat))))
 
+(define-public rust-paste-impl-0.1
+  (package
+    (name "rust-paste-impl")
+    (version "0.1.5")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "paste-impl" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1rkh8nixmb7r1y0mjnsz62p6r1bqah5ciri7bwhmgcmq4gk9drr6"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs
+       (("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5)
+        ("rust-proc-macro2" ,rust-proc-macro2-0.4)
+        ("rust-quote" ,rust-quote-1.0)
+        ("rust-syn" ,rust-syn-0.15))))
+    (home-page "https://github.com/dtolnay/paste";)
+    (synopsis "Implementation detail of the paste crate")
+    (description
+     "Implementation detail of the paste crate.")
+    (license (list license:asl2.0 license:expat))))
+
 (define-public rust-pcre2-0.2
   (package
     (name "rust-pcre2")



reply via email to

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