mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 08:51:48 -05:00
gnu: Add rust-tap-1.
* gnu/packages/crates-io.scm (rust-tap-1): New variable.
This commit is contained in:
parent
b571ce1d7a
commit
2c860bf11f
1 changed files with 20 additions and 0 deletions
|
@ -30664,6 +30664,26 @@ (define-public rust-takeable-option-0.4
|
|||
"This package provides a small wrapper around option.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-tap-1
|
||||
(package
|
||||
(name "rust-tap")
|
||||
(version "1.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "tap" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"13h7rw3zg3qyb4wrri8l6xbd1wrxd2rq29sqxnkd7zqs5mrlwirn"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/myrrlyn/tap")
|
||||
(synopsis "Generic extensions for tapping values in Rust")
|
||||
(description
|
||||
"This package provides generic extensions for tapping values in Rust.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-tar-0.4
|
||||
(package
|
||||
(name "rust-tar")
|
||||
|
|
Loading…
Reference in a new issue