me
/
guix
Archived
1
0
Fork 0

gnu: rust-proc-macro2-1.0: Skip build.

* gnu/packages/crates-io.scm (rust-proc-macro2-1.0)[arguments]: Skip
build. Add rust-unicode-xid-0.2 to cargo-inputs. Add rust-quote-1.0 to
cargo-development-inputs.
[properties]: Remove field.
master
Efraim Flashner 2020-01-02 09:02:47 +02:00
parent 8a74a74416
commit bc75f6d6ed
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 6 additions and 1 deletions

View File

@ -7241,12 +7241,17 @@ dependency to expose a precomputed hash.")
(base32
"09rgb5ab0jgw39kyad0lgqs4nb9yaf7mwcrgxqnsxbn4il54g7lw"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-unicode-xid" ,rust-unicode-xid-0.2))
#:cargo-development-inputs
(("rust-quote" ,rust-quote-1.0))))
(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
`proc_macro` API. Comes with an option, off by default, to also reimplement itself
in terms of the upstream unstable API.")
(properties '((hidden? . #t)))
(license (list license:asl2.0 license:expat))))
(define-public rust-proc-macro2-0.4