gnu: rust-proc-macro2-1: Add rust-unicode-ident-1 to inputs.
* gnu/packages/crates-io.scm (rust-proc-macro2-1)[inputs]: Add rust-unicode-ident-1.
This commit is contained in:
parent
32da9bbc91
commit
969f9b8bf4
1 changed files with 2 additions and 0 deletions
|
@ -45995,6 +45995,8 @@ in your code.")
|
||||||
(("rust-unicode-ident" ,rust-unicode-ident-1))
|
(("rust-unicode-ident" ,rust-unicode-ident-1))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-quote" ,rust-quote-1))))
|
(("rust-quote" ,rust-quote-1))))
|
||||||
|
;; This is necessary for downstream packages such as rust-wayland-scanner
|
||||||
|
(inputs (list rust-unicode-ident-1))
|
||||||
(home-page "https://github.com/dtolnay/proc-macro2")
|
(home-page "https://github.com/dtolnay/proc-macro2")
|
||||||
(synopsis "Stable implementation of the upcoming new `proc_macro` API")
|
(synopsis "Stable implementation of the upcoming new `proc_macro` API")
|
||||||
(description "This package provides a stable implementation of the upcoming new
|
(description "This package provides a stable implementation of the upcoming new
|
||||||
|
|
Reference in a new issue