guix-commits
[Top][All Lists]
Advanced

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

312/330: gnu: Add rust-impl-more-0.1.


From: guix-commits
Subject: 312/330: gnu: Add rust-impl-more-0.1.
Date: Mon, 18 Mar 2024 07:16:47 -0400 (EDT)

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

commit 0d6ae62201c695c3f2c824715de42a62c6e0c5a3
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Mar 18 12:01:38 2024 +0200

    gnu: Add rust-impl-more-0.1.
    
    * gnu/packages/crates-io.scm (rust-impl-more-0.1): New variable.
    
    Change-Id: I0593170538cde5ae18515982d7c8ae24342bda04
---
 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 9882b713ea..54690101a4 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -31229,6 +31229,24 @@ variant of this library is available separately as 
@code{im}.")
 for uint and fixed hash.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-impl-more-0.1
+  (package
+    (name "rust-impl-more")
+    (version "0.1.6")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "impl-more" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0bdv06br4p766rcgihhjwqyz8fcz31xyaq14rr53vfh3kifafv10"))))
+    (build-system cargo-build-system)
+    (arguments (list #:tests? #f))  ; use of undeclared crate or module `eyre`
+    (home-page "https://github.com/robjtede/impl-more";)
+    (synopsis "Concise, declarative trait implementation macros")
+    (description "Concise, declarative trait implementation macros.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-impl-rlp-0.3
   (package
     (name "rust-impl-rlp")



reply via email to

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