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 #1052 received at 75127 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-diffus-derive-0.10): New variable.
Change-Id: I94a8476dcbbc75363709717d5f8c02351b42566f
---
gnu/packages/crates-io.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 640e8a6df2..a7076ab927 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -20982,6 +20982,31 @@ (define-public rust-diffus-0.10
LCS where applicable. Also supports derive via `diffus-derive`.")
(license license:asl2.0)))
+(define-public rust-diffus-derive-0.10
+ (package
+ (name "rust-diffus-derive")
+ (version "0.10.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "diffus-derive" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1a7sgbzhqa7gk3xhvkci91myc86gkwxs04vfxbl8f64y7l1jsfmr"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t ;; build only works in the cargo workspace
+ #:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
+ ("rust-quote" ,rust-quote-1)
+ ("rust-syn" ,rust-syn-1))))
+ (home-page "https://github.com/distil/diffus")
+ (synopsis
+ "Finds the difference between two instances of any data structure.")
+ (description
+ "This package provides Finds the difference between two instances
+of any data structure. Supports derive on structs and enums.")
+ (license license:asl2.0)))
+
(define-public rust-dircpy-0.3
(package
(name "rust-dircpy")
--
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.