unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54300] [PATCH] added build input to rust-wayland-scanner@0.28
@ 2022-03-08 17:04 Till Robin Zickel
  2022-03-08 17:30 ` Maxime Devos
  0 siblings, 1 reply; 2+ messages in thread
From: Till Robin Zickel @ 2022-03-08 17:04 UTC (permalink / raw)
  To: 54300

---
 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#54300] [PATCH] added build input to rust-wayland-scanner@0.28
  2022-03-08 17:04 [bug#54300] [PATCH] added build input to rust-wayland-scanner@0.28 Till Robin Zickel
@ 2022-03-08 17:30 ` Maxime Devos
  0 siblings, 0 replies; 2+ messages in thread
From: Maxime Devos @ 2022-03-08 17:30 UTC (permalink / raw)
  To: Till Robin Zickel, 54300

[-- Attachment #1: Type: text/plain, Size: 369 bytes --]

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.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-08 17:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-08 17:04 [bug#54300] [PATCH] added build input to rust-wayland-scanner@0.28 Till Robin Zickel
2022-03-08 17:30 ` Maxime Devos

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).