mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 18:38:57 -05:00
gnu: Add rust-paste-test-suite-0.0.0.
* gnu/packages/crates-io.scm (rust-paste-test-suite-0.0.0): New variable.
This commit is contained in:
parent
751c4249d1
commit
238d398451
1 changed files with 18 additions and 0 deletions
|
@ -46580,6 +46580,24 @@ (define-public rust-paste-impl-0.1
|
||||||
"Implementation detail of the paste crate.")
|
"Implementation detail of the paste crate.")
|
||||||
(license (list license:asl2.0 license:expat))))
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
||||||
|
(define-public rust-paste-test-suite-0.0.0
|
||||||
|
(package
|
||||||
|
(name "rust-paste-test-suite")
|
||||||
|
(version "0.0.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "paste-test-suite" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0mllghv41sz978ymxym8nm6yh1qljshsbjk6iaycbk6zlw7gqagh"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments `(#:skip-build? #t)) ; Not meant to be used individually.
|
||||||
|
(home-page "https://github.com/dtolnay/paste")
|
||||||
|
(synopsis "Test suite of the paste crate")
|
||||||
|
(description "Test suite of the paste crate.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-path-abs-0.5
|
(define-public rust-path-abs-0.5
|
||||||
(package
|
(package
|
||||||
(name "rust-path-abs")
|
(name "rust-path-abs")
|
||||||
|
|
Loading…
Reference in a new issue