guix-commits
[Top][All Lists]
Advanced

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

02/19: gnu: Add rust-proc-macro-hack-impl-0.4.


From: guix-commits
Subject: 02/19: gnu: Add rust-proc-macro-hack-impl-0.4.
Date: Tue, 11 Feb 2020 15:28:59 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 5ead32ddf10e9af50174b4ee2c7684adcbd86b8e
Author: Valentin Ignatev <address@hidden>
AuthorDate: Wed Jan 15 03:30:08 2020 +0300

    gnu: Add rust-proc-macro-hack-impl-0.4.
    
    * gnu/packages/crates-io.scm (rust-proc-macro-hack-impl-0.4): 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 f261801..0f00f0a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -8827,6 +8827,26 @@ dependency to expose a precomputed hash.")
      "Procedural macros in expression position.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-proc-macro-hack-impl-0.4
+  (package
+    (name "rust-proc-macro-hack-impl")
+    (version "0.4.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "proc-macro-hack-impl" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0hk8g6s0zsi1ps0w48la2s8q5iqq42g8jfrgq3l2v04l2p5pvi1q"))))
+    (build-system cargo-build-system)
+    (home-page "https://github.com/dtolnay/proc-macro-hack";)
+    (synopsis "Procedural functionlike!() macros using only Macros 1.1")
+    (description
+     "Procedural functionlike!() macros using only Macros 1.1.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-proc-macro-nested-0.1
   (package
     (name "rust-proc-macro-nested")



reply via email to

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