mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: rust-proc-macro2-1: Adapt for new build system.
* gnu/packages/crates-io.scm (rust-proc-macro2-1)[inputs]: Add rust-unicode-xid-0.2.
This commit is contained in:
parent
c805bdd550
commit
358f5d9b1b
1 changed files with 2 additions and 0 deletions
|
@ -29803,6 +29803,8 @@ in your code.")
|
|||
(("rust-unicode-xid" ,rust-unicode-xid-0.2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-quote" ,rust-quote-1))))
|
||||
(inputs
|
||||
`(("rust-unicode-xid" ,rust-unicode-xid-0.2)))
|
||||
(home-page "https://github.com/alexcrichton/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