mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: rust-merge-derive-0.1: Add missing inputs.
* gnu/packages/crates-io.scm (rust-merge-drive-0.1)[cargo-inputs]: Add rust-proc-macro-error-1, rust-proc-macro2-1, rust-quote-1, rust-syn-1.
This commit is contained in:
parent
cd9b801079
commit
6371e3db13
1 changed files with 6 additions and 0 deletions
|
@ -39568,6 +39568,12 @@ (define-public rust-merge-derive-0.1
|
|||
(sha256
|
||||
(base32 "01wxhi7mqmp34l540wcfb24hb13vcbps4wlynas66bnsfra0g790"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-proc-macro-error" ,rust-proc-macro-error-1)
|
||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1))))
|
||||
(home-page "https://sr.ht/~ireas/merge-rs")
|
||||
(synopsis "Derive macro for the merge crate")
|
||||
(description "This crate provides a derive macro for the
|
||||
|
|
Loading…
Reference in a new issue