mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: Add rust-impls-1.
* gnu/packages/crates-io.scm (rust-impls-1): New variable. Change-Id: Ifd2c69868f730bc1f931ca0fdc00e82171687f1d
This commit is contained in:
parent
6bc9a9a609
commit
8415db30ec
1 changed files with 17 additions and 0 deletions
|
@ -33125,6 +33125,23 @@ (define-public rust-impl-trait-for-tuples-0.2
|
|||
a trait for tuples.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-impls-1
|
||||
(package
|
||||
(name "rust-impls")
|
||||
(version "1.0.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "impls" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1g2i16vn99kmzfaag6df9bjg3k9p2p1jc3qdm5hqhlvhpmdn8iks"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/nvzqz/impls")
|
||||
(synopsis "Determine if a type implements a logical trait expression")
|
||||
(description "Determine if a type implements a logical trait expression.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-include-dir-0.7
|
||||
(package
|
||||
(name "rust-include-dir")
|
||||
|
|
Loading…
Reference in a new issue