diff options
author | Marius Bakke <[email protected]> | 2022-09-09 23:04:13 +0200 |
---|---|---|
committer | Marius Bakke <[email protected]> | 2022-09-09 23:04:13 +0200 |
commit | 9ef33dce949214d018774a4ff82f069b1a5e1f0f (patch) | |
tree | 232590cdca27fc7c0a047d1903db7dbd0a6b1f40 /gnu/packages/crates-io.scm | |
parent | 5fcbbe37c08dbe913d62523695a19357a08e2701 (diff) | |
parent | 8fbd8c82455e6f1bbbe623965b2452f8f8a01242 (diff) |
Merge branch 'staging' into core-updates
Diffstat (limited to 'gnu/packages/crates-io.scm')
-rw-r--r-- | gnu/packages/crates-io.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index e4182499a4..7688efb69d 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -46062,6 +46062,8 @@ in your code.") (("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 |