mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-nextest-workspace-hack-0.1.
* gnu/packages/crates-check.scm (rust-nextest-workspace-hack-0.1): New variable. Change-Id: I5c27b050b5e7c2aad22c2b7ad3d9f3b8eee4bde6 Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
parent
b940bbcdae
commit
147760f81d
1 changed files with 18 additions and 0 deletions
|
@ -534,6 +534,24 @@ criterion.")
|
||||||
select the mock struct at compile time. Used with the Mockall crate.")
|
select the mock struct at compile time. Used with the Mockall crate.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-nextest-workspace-hack-0.1
|
||||||
|
(package
|
||||||
|
(name "rust-nextest-workspace-hack")
|
||||||
|
(version "0.1.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "nextest-workspace-hack" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1cxjiwja0idhd8as3drl2wgk5y7f84k2rrk67pbxk7kkk1m881nr"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(home-page "https://github.com/nextest-rs/nextest")
|
||||||
|
(synopsis "workspace-hack package")
|
||||||
|
(description
|
||||||
|
"This package provides a workspace-hack package, managed by hakari.")
|
||||||
|
(license license:cc0)))
|
||||||
|
|
||||||
(define-public rust-quickcheck-1
|
(define-public rust-quickcheck-1
|
||||||
(package
|
(package
|
||||||
(name "rust-quickcheck")
|
(name "rust-quickcheck")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue