guix-patches
[Top][All Lists]
Advanced

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

[bug#50362] [PATCH 23/26] gnu: Add rust-assert-impl-0.1.


From: phodina
Subject: [bug#50362] [PATCH 23/26] gnu: Add rust-assert-impl-0.1.
Date: Fri, 03 Sep 2021 22:56:03 +0000

* gnu/packages/crates-io.scm (rust-assert-impl-0.1): New variable.

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 738a98cc5f..f667a679ca 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -2790,6 +2790,29 @@ standard library.")
        #:cargo-development-inputs
        (("rust-docmatic" ,rust-docmatic-0.1))))))

+(define-public rust-assert-impl-0.1
+  (package
+    (name "rust-assert-impl")
+    (version "0.1.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "assert-impl" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "17jvig9rwdc1sf1j5q8q9k69njg3k8g7x7g6wcb711hcvq9l6in3"))))
+    (build-system cargo-build-system)
+    (arguments `(#:skip-build? #t))
+    (home-page
+     "https://github.com/upsuper/assert-impl";)
+    (synopsis
+     "Macro for static assert types implement a trait or not")
+    (description
+     "Macro for static assert types implement a trait or not")
+    (license license:expat)))
+
 (define-public rust-assert-json-diff-1
   (package
     (name "rust-assert-json-diff")
--
2.32.0





reply via email to

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