GNU bug report logs -
#75391
[PATCH rust-team 00/12] gnu: Add wallust.
Previous Next
Reported by: Andrew Wong <wongandj <at> icloud.com>
Date: Sun, 5 Jan 2025 22:58:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-documented-macros-0.6): New variable.
Change-Id: I0713a9ed78f6e075241e190de922d9579b370bf7
---
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 1ed6a81dc0..94909c8ef8 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -21604,6 +21604,31 @@ (define-public rust-documented-0.6
"This package provides Derive and attribute macros for accessing your type's documentation at runtime.")
(license license:expat)))
+(define-public rust-documented-macros-0.6
+ (package
+ (name "rust-documented-macros")
+ (version "0.6.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "documented-macros" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0qwclr8ymp5n5fyb6sri9dl36va3ana50clkgwmf7110lva5jdlp"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs (("rust-convert-case" ,rust-convert-case-0.6)
+ ("rust-optfield" ,rust-optfield-0.3)
+ ("rust-proc-macro2" ,rust-proc-macro2-1)
+ ("rust-quote" ,rust-quote-1)
+ ("rust-syn" ,rust-syn-2))))
+ (home-page "https://github.com/cyqsimon/documented")
+ (synopsis "Derive and attribute macros for `documented`")
+ (description
+ "This package provides Derive and attribute macros for `documented`.")
+ (license license:expat)))
+
(define-public rust-dogged-0.2
(package
(name "rust-dogged")
--
2.47.1
This bug report was last modified 132 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.