GNU bug report logs -
#70147
[PATCH 00/42] WIP: Add rage.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-zerofrom-derive-0.1): New variable.
Change-Id: I6a2d93f07a9d1235f740cd72eef98da6ab4fb5c8
---
gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 34f9eaa9a0..f4a7f7a588 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -91221,6 +91221,29 @@ (define-public rust-zerovec-0.10
(description "Zero-copy vector backed by a byte array")
(license license:unicode)))
+(define-public rust-zerofrom-derive-0.1
+ (package
+ (name "rust-zerofrom-derive")
+ (version "0.1.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "zerofrom-derive" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1hqq5xw5a55623313p2gs9scbn24kqhvgrn2wvr75lvi0i8lg9p6"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
+ ("rust-quote" ,rust-quote-1)
+ ("rust-syn" ,rust-syn-2)
+ ("rust-synstructure" ,rust-synstructure-0.13))))
+ (home-page "https://github.com/unicode-org/icu4x")
+ (synopsis "Custom derive for the zerofrom crate")
+ (description "Custom derive for the zerofrom crate.")
+ (license license:unicode)))
+
(define-public rust-zip-0.6
(package
(name "rust-zip")
--
2.41.0
This bug report was last modified 1 year and 76 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.