guix-commits
[Top][All Lists]
Advanced

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

47/194: gnu: Add rust-paste-test-suite-0.0.0.


From: guix-commits
Subject: 47/194: gnu: Add rust-paste-test-suite-0.0.0.
Date: Tue, 3 Oct 2023 14:57:21 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit edfc85d1f3ab9e8c2da578eae212afdc7fba1758
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Oct 1 16:35:22 2023 +0300

    gnu: Add rust-paste-test-suite-0.0.0.
    
    * gnu/packages/crates-io.scm (rust-paste-test-suite-0.0.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 f55fc079aa..d64ae90776 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -46518,6 +46518,24 @@ Format (MCF).")
      "Implementation detail of the paste crate.")
     (license (list license:asl2.0 license:expat))))
 
+(define-public rust-paste-test-suite-0.0.0
+  (package
+    (name "rust-paste-test-suite")
+    (version "0.0.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "paste-test-suite" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0mllghv41sz978ymxym8nm6yh1qljshsbjk6iaycbk6zlw7gqagh"))))
+    (build-system cargo-build-system)
+    (arguments `(#:skip-build? #t)) ; Not meant to be used individually.
+    (home-page "https://github.com/dtolnay/paste";)
+    (synopsis "Test suite of the paste crate")
+    (description "Test suite of the paste crate.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-path-abs-0.5
   (package
     (name "rust-path-abs")



reply via email to

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