[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#75127] [PATCH 05/67] gnu: Add rust-nextest-workspace-hack-0.1.
From: |
Jordan Moore |
Subject: |
[bug#75127] [PATCH 05/67] gnu: Add rust-nextest-workspace-hack-0.1. |
Date: |
Thu, 26 Dec 2024 18:10:41 -0500 |
* gnu/packages/crates-io.scm (rust-nextest-workspace-hack-0.1): New variable.
Change-Id: I5c27b050b5e7c2aad22c2b7ad3d9f3b8eee4bde6
---
gnu/packages/crates-io.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 2a4a9393a4..e7c874651f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -50496,6 +50496,26 @@ (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)
+ (arguments
+ `(#:skip-build? #t))
+ (home-page "")
+ (synopsis "workspace-hack package, managed by hakari")
+ (description
+ "This package provides workspace-hack package, managed by hakari.")
+ (license license:cc0)))
+
(define-public rust-nftables-0.5
(package
(name "rust-nftables")
--
2.46.0
- [bug#75127] [PATCH 00/67] rust-team: Add cargo-nextest, Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 01/67] gnu: Add cargo-nextest., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 04/67] gnu: Add rust-nextest-filtering-0.12., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 02/67] gnu: Add rust-enable-ansi-support-0.2., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 03/67] gnu: Add rust-guppy-0.17., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 05/67] gnu: Add rust-nextest-workspace-hack-0.1.,
Jordan Moore <=
- [bug#75127] [PATCH 10/67] gnu: Add rust-camino-tempfile-1., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 09/67] gnu: Add rust-swrite-0.1., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 08/67] gnu: Add rust-quick-junit-0.5., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 12/67] gnu: Add rust-debug-ignore-1., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 17/67] gnu: Add rust-recursion-0.5., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 13/67] gnu: Add rust-guppy-summaries-0.7., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 15/67] gnu: Add rust-nested-0.1., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 16/67] gnu: Add rust-target-spec-3., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 06/67] gnu: Add rust-nextest-metadata-0.12., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 07/67] gnu: Add rust-nextest-runner-0.70., Jordan Moore, 2024/12/26