guix-commits
[Top][All Lists]
Advanced

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

62/189: gnu: Add rust-syn-test-suite-0.


From: guix-commits
Subject: 62/189: gnu: Add rust-syn-test-suite-0.
Date: Mon, 21 Sep 2020 06:01:12 -0400 (EDT)

arunisaac pushed a commit to branch wip-swc
in repository guix.

commit bb9a71bbb0b2b2bd7a2cc232dbd8fcbcc79f35c9
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Thu Sep 17 10:00:14 2020 +0530

    gnu: Add rust-syn-test-suite-0.
    
    * gnu/packages/crates-io.scm (rust-syn-test-suite-0): New variable.
---
 gnu/packages/crates-io.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 99f1cb5..a2ee842 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -25953,6 +25953,24 @@ cryptographic implementations.")
     (description "Custom derive for sval.")
     (license (list license:asl2.0 license:expat))))
 
+(define-public rust-syn-test-suite-0
+  (package
+    (name "rust-syn-test-suite")
+    (version "0.0.0+test")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "syn-test-suite" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1d9ffrbgci1qjdcpvgrsg3sh24qdsdh66zcsvn5prrk05ycn3mm0"))))
+    (build-system cargo-build-system)
+    (home-page "https://github.com/dtolnay/syn";)
+    (synopsis "Test suite of the syn crate")
+    (description "This package provides the test suite of the syn crate.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-syn-1
   (package
     (name "rust-syn")



reply via email to

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