GNU bug report logs - #54300
[PATCH] added build input to rust-wayland-scanner@0.28

Previous Next

Package: guix-patches;

Reported by: Till Robin Zickel <trzickel <at> illegalaliensfrom.space>

Date: Tue, 8 Mar 2022 17:20:02 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 54300 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#54300; Package guix-patches. (Tue, 08 Mar 2022 17:20:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Till Robin Zickel <trzickel <at> illegalaliensfrom.space>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 08 Mar 2022 17:20:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Till Robin Zickel <trzickel <at> illegalaliensfrom.space>
To: guix-patches <at> gnu.org
Subject: [PATCH] added build input to rust-wayland-scanner <at> 0.28
Date: Tue,  8 Mar 2022 18:04:27 +0100
---
 gnu/packages/crates-graphics.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index d1a9c4dd6d..1ec722d6d2 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -2691,6 +2691,9 @@ (define-public rust-wayland-scanner-0.28
        (sha256
         (base32 "0g8ky63qk27in7zajycj3fyydsxlj19hanfcvr8d7z5kcxbvl43h"))))
     (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs
+       (("rust-xml-rs" ,rust-xml-rs-0.8))))
     (inputs
      (list rust-proc-macro2-1 rust-quote-1 rust-xml-rs-0.8))
     (home-page "https://github.com/smithay/wayland-rs")
-- 
2.34.0





Information forwarded to guix-patches <at> gnu.org:
bug#54300; Package guix-patches. (Tue, 08 Mar 2022 17:31:01 GMT) Full text and rfc822 format available.

Message #8 received at 54300 <at> debbugs.gnu.org (full text, mbox):

From: Maxime Devos <maximedevos <at> telenet.be>
To: Till Robin Zickel <trzickel <at> illegalaliensfrom.space>, 
 54300 <at> debbugs.gnu.org
Subject: Re: [bug#54300] [PATCH] added build input to rust-wayland-scanner <at> 0.28
Date: Tue, 08 Mar 2022 18:30:04 +0100
[Message part 1 (text/plain, inline)]
Till Robin Zickel schreef op di 08-03-2022 om 18:04 [+0100]:
> +    (arguments
> +     `(#:cargo-inputs
> +       (("rust-xml-rs" ,rust-xml-rs-0.8))))
>      (inputs
>       (list rust-proc-macro2-1 rust-quote-1 rust-xml-rs-0.8))

It's already in 'inputs'.  Why does it need to be added to #:cargo-
inputs as well?

Greetings,
Maxime.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 2 years and 48 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.