mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-nextest-metadata-0.12.
* gnu/packages/crates-check.scm (rust-nextest-metadata-0.12): New variable. Change-Id: I5352bd23c6eaf7d8a28eed5ea84593501a8175ce Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
parent
b899fc4b46
commit
10e1d1526b
1 changed files with 29 additions and 0 deletions
|
@ -595,6 +595,35 @@ select the mock struct at compile time. Used with the Mockall crate.")
|
||||||
"This package provides a filtering DSL for cargo-nextest.")
|
"This package provides a filtering DSL for cargo-nextest.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-nextest-metadata-0.12
|
||||||
|
(package
|
||||||
|
(name "rust-nextest-metadata")
|
||||||
|
(version "0.12.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "nextest-metadata" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1cx6cdzbgmf5imjcb6vpm6xpdx5nrl3w079m0vm7la0chj21yn7d"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-test-flags '("--lib") ; doctests fail
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-camino" ,rust-camino-1)
|
||||||
|
("rust-nextest-workspace-hack" ,rust-nextest-workspace-hack-0.1)
|
||||||
|
("rust-serde" ,rust-serde-1)
|
||||||
|
("rust-serde-json" ,rust-serde-json-1)
|
||||||
|
("rust-smol-str" ,rust-smol-str-0.3)
|
||||||
|
("rust-target-spec" ,rust-target-spec-3))
|
||||||
|
#:cargo-development-inputs (("rust-test-case" ,rust-test-case-3))))
|
||||||
|
(home-page "https://github.com/nextest-rs/nextest")
|
||||||
|
(synopsis "Structured access to nextest machine-readable output")
|
||||||
|
(description
|
||||||
|
"This package provides structured access to nextest
|
||||||
|
machine-readable output.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-nextest-workspace-hack-0.1
|
(define-public rust-nextest-workspace-hack-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-nextest-workspace-hack")
|
(name "rust-nextest-workspace-hack")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue