GNU bug report logs -
#67081
[PATCH 05/36] gnu: Add rust-borsh-derive-internal-0.10.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67081 in the body.
You can then email your comments to 67081 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#67081
; Package
guix-patches
.
(Sat, 11 Nov 2023 15:19:06 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
VÖRÖSKŐI András <voroskoi <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 11 Nov 2023 15:19:06 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-borsh-derive-internal-0.10): New variable.
Change-Id: If2c805e65d366943a6a9242cd245bb538ef546f3
---
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 b6ad10f71c..0b468b4e8d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -9261,6 +9261,28 @@ (define-public rust-blowfish-0.9
(description "Blowfish block cipher")
(license (list license:expat license:asl2.0))))
+(define-public rust-borsh-derive-internal-0.10
+ (package
+ (name "rust-borsh-derive-internal")
+ (version "0.10.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "borsh-derive-internal" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1yx27ic6aal83bdi1h6v80wfs9ixvw51qzmdgcn8sn8rd4akid5g"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-proc-macro2" ,rust-proc-macro2-1)
+ ("rust-quote" ,rust-quote-1)
+ ("rust-syn" ,rust-syn-1))))
+ (home-page "https://borsh.io")
+ (synopsis "Borsh derive proc-macro internals")
+ (description "This crate contains derive proc-macro internals for @code{borsh}.")
+ (license license:asl2.0)))
+
(define-public rust-borsh-schema-derive-internal-0.10
(package
(name "rust-borsh-schema-derive-internal")
--
2.41.0
bug closed, send any further explanations to
67081 <at> debbugs.gnu.org and VÖRÖSKŐI András <voroskoi <at> gmail.com>
Request was from
voroskoi <at> gmail.com
to
control <at> debbugs.gnu.org
.
(Sat, 11 Nov 2023 15:46:04 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
voroskoi <at> gmail.com
to
control <at> debbugs.gnu.org
.
(Sat, 11 Nov 2023 16:17:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 280 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.