[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#44785] [PATCH v2 10/22] gnu: Add rust-signature-derive-1.
From: |
Hartmut Goebel |
Subject: |
[bug#44785] [PATCH v2 10/22] gnu: Add rust-signature-derive-1. |
Date: |
Mon, 23 Nov 2020 13:27:03 +0100 |
* gnu/packages/crates-io.scm (rust-signature-derive-1): New variable.
---
gnu/packages/crates-io.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 331fe7df68..33ec3b9090 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -25442,6 +25442,34 @@ words, like Python's shlex.")
(description "Backend crate for signal-hook.")
(license (list license:asl2.0 license:expat))))
+(define-public rust-signature-derive-1
+ (package
+ (name "rust-signature-derive")
+ (version "1.0.0-pre.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "signature_derive" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0wp8b8ald7qixrcvvclhdcpmn8hkx049jlc29g57ql0304c6qrdh"))))
+ (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-1)
+ ("rust-synstructure" ,rust-synstructure-0.12))))
+ (home-page "signature_derive")
+ (synopsis "Custom derive support for the 'signature' crate")
+ (description "This package provides proc macros used by the signature
+crate.
+
+It's not intended to be used directly. See the signature crate's documentation
+for additional details.")
+ (license (list license:asl2.0 license:expat))))
+
(define-public rust-simba-0.1
(package
(name "rust-simba")
--
2.21.3
- [bug#44785] [PATCH 19/22] gnu: Add rust-hashbrown-0.9., (continued)
- [bug#44785] [PATCH 19/22] gnu: Add rust-hashbrown-0.9., Hartmut Goebel, 2020/11/21
- [bug#44785] [PATCH 20/22] gnu: Add rust-libsqlite3-sys-0.20., Hartmut Goebel, 2020/11/21
- [bug#44785] [PATCH 22/22] gnu: sequoia: Update to 0.20.0., Hartmut Goebel, 2020/11/21
- [bug#44785] [PATCH 00/22] Update sequoia to 0.20.0, Christopher Baines, 2020/11/23
- [bug#44785] [PATCH v2 00/22] Update sequoia to 0.20.0 - version 2, Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 04/22] gnu: Add rust-memsec-0.6., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 02/22] gnu: Add rust-win-crypto-ng-0.2., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 01/22] gnu: Add rust-rpassword-5., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 05/22] gnu: Add rust-ena-0.14:, Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 08/22] gnu: Add rust-keccak-0.1., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 10/22] gnu: Add rust-signature-derive-1.,
Hartmut Goebel <=
- [bug#44785] [PATCH v2 13/22] gnu: Add rust-curve25519-dalek-3., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 09/22] gnu: Add rust-merlin-2., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 11/22] gnu: Add rust-signature-1., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 12/22] gnu: Add rust-ed25519-1., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 03/22] gnu: Add rust-num-bigint-dig-0.6., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 06/22] gnu: Add rust-lalrpop-util-0.19., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 07/22] gnu: Add rust-lalrpop-0.19., Hartmut Goebel, 2020/11/23
- [bug#44817] [PATCH v2 21/22] gnu: rust-rusqlite: Update to 0.24., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 15/22] gnu: Add rust-dyn-clone-1., Hartmut Goebel, 2020/11/23
- [bug#44785] [PATCH v2 17/22] gnu: Add rust-base64-0.13., Hartmut Goebel, 2020/11/23