GNU bug report logs -
#75127
[PATCH 00/67] rust-team: Add cargo-nextest
Previous Next
Reported by: Jordan Moore <lockbox <at> struct.foo>
Date: Thu, 26 Dec 2024 23:02:02 UTC
Severity: normal
Tags: patch
Done: Danny Milosavljevic <dannym <at> friendly-machines.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-nextest-workspace-hack-0.1): New variable.
Change-Id: I5c27b050b5e7c2aad22c2b7ad3d9f3b8eee4bde6
---
gnu/packages/crates-check.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/crates-check.scm b/gnu/packages/crates-check.scm
index ceb7b34876..fa893ce1c0 100644
--- a/gnu/packages/crates-check.scm
+++ b/gnu/packages/crates-check.scm
@@ -593,6 +593,24 @@ (define-public rust-nextest-filtering-0.12
(description "This package provides Filtering DSL for cargo-nextest.")
(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, managed by hakari")
+ (description
+ "This package provides workspace-hack package, managed by hakari.")
+ (license license:cc0)))
+
(define-public rust-quickcheck-1
(package
(name "rust-quickcheck")
--
2.46.0
This bug report was last modified 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.