me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-impl-more-0.1.

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

Change-Id: I0593170538cde5ae18515982d7c8ae24342bda04
master
Efraim Flashner 2024-03-18 12:01:38 +02:00
parent e30ce5e420
commit 72d5e06e62
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 18 additions and 0 deletions

View File

@ -31320,6 +31320,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")