guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: rust-proc-macro2-1: Add rust-unicode-ident-1


From: guix-commits
Subject: branch master updated: gnu: rust-proc-macro2-1: Add rust-unicode-ident-1 to inputs.
Date: Thu, 08 Sep 2022 18:39:48 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 969f9b8bf4 gnu: rust-proc-macro2-1: Add rust-unicode-ident-1 to inputs.
969f9b8bf4 is described below

commit 969f9b8bf4bc82bdb91df39cb0d7bd0ab89e752b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Sep 9 00:34:26 2022 +0200

    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.
---
 gnu/packages/crates-io.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7f89c6394a..02f7bc7d4d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -45995,6 +45995,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]