guix-commits
[Top][All Lists]
Advanced

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

09/26: gnu: Add rust-cxx-test-suite-0.0.


From: guix-commits
Subject: 09/26: gnu: Add rust-cxx-test-suite-0.0.
Date: Sun, 3 Jan 2021 06:01:29 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 2dc2c232cb9adee042b3492e89a93ff476b10309
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jan 3 12:03:46 2021 +0200

    gnu: Add rust-cxx-test-suite-0.0.
    
    * gnu/packages/crates-io.scm (rust-cxx-test-suite-0.0): New variable.
---
 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 d7be42d..8524cac 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -6370,6 +6370,26 @@ ristretto255 and Curve25519")
 attributes.")
     (license (list license:asl2.0 license:expat))))
 
+(define-public rust-cxx-test-suite-0.0.0
+  (package
+    (name "rust-cxx-test-suite")
+    (version "0.0.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "cxx-test-suite" version))
+        (file-name
+         (string-append name "-" version ".tar.gz"))
+        (sha256
+         (base32
+          "1pkf4ay1210g9wqyqhkgvlcsv4i6kgdcmgnh19mrymylznv7pcal"))))
+    (build-system cargo-build-system)
+    (arguments '(#:skip-build? #t)) ; Not meant to be built independantly.
+    (home-page "https://github.com/dtolnay/cxx";)
+    (synopsis "Test suite of the cxx crate")
+    (description "This package provides the test suite of the cxx crate.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-darling-0.10
   (package
     (name "rust-darling")



reply via email to

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