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:
Jordan Moore 2025-02-05 19:31:53 +01:00 committed by Danny Milosavljevic
parent b940bbcdae
commit 147760f81d
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -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")