mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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 @@ (define-public rust-proc-macro2-1
|
|||
(("rust-unicode-ident" ,rust-unicode-ident-1))
|
||||
#:cargo-development-inputs
|
||||
(("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")
|
||||
(synopsis "Stable implementation of the upcoming new `proc_macro` API")
|
||||
(description "This package provides a stable implementation of the upcoming new
|
||||
|
|
Loading…
Reference in a new issue