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
Message #644 received at 75127 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-debug-ignore-1): New variable.
Change-Id: Ia30df0f8425b0c3776710e1f81a6231e21f353bb
---
gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f258bd7229..1cec6447ec 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -19106,6 +19106,28 @@ (define-public rust-debug-helper-0.3
the Debug trait manually.")
(license license:expat)))
+(define-public rust-debug-ignore-1
+ (package
+ (name "rust-debug-ignore")
+ (version "1.0.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "debug-ignore" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "08gwdny6124ggy4hyli92hdyiqc5j2z9lqhbw81k0mgljcfyvrzz"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs (("rust-serde" ,rust-serde-1))))
+ (home-page "https://github.com/sunshowers-code/debug-ignore")
+ (synopsis "newtype wrapper that causes a field to be skipped while printing out
+Debug output.")
+ (description "This package provides a newtype wrapper that causes a field to be
+skipped while printing out Debug output.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-debug-unreachable-0.1
(package
(name "rust-debug-unreachable")
--
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.