mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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))
|
(("rust-unicode-xid" ,rust-unicode-xid-0.2))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-quote" ,rust-quote-1))))
|
(("rust-quote" ,rust-quote-1))))
|
||||||
|
(inputs
|
||||||
|
`(("rust-unicode-xid" ,rust-unicode-xid-0.2)))
|
||||||
(home-page "https://github.com/alexcrichton/proc-macro2")
|
(home-page "https://github.com/alexcrichton/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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue