From 70d6222e6891743506a42b42412a6358441fe15c Mon Sep 17 00:00:00 2001 From: Ben Van Sleen Date: Wed, 7 Sep 2022 16:38:11 -0500 Subject: [PATCH 4/4] rust-wayland-client-0.28: Moved rust-wayland-scanner to cargo-dependency as specified by its cargo.toml --- gnu/packages/crates-graphics.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm index 35e4f4eb5b..19b3972365 100644 --- a/gnu/packages/crates-graphics.scm +++ b/gnu/packages/crates-graphics.scm @@ -2553,7 +2553,8 @@ (define-public rust-wayland-client-0.28 ("rust-downcast-rs" ,rust-downcast-rs-1) ("rust-libc" ,rust-libc-0.2) ("rust-nix" ,rust-nix-0.18) - ("rust-scoped-tls" ,rust-scoped-tls-1)) + ("rust-scoped-tls" ,rust-scoped-tls-1) + ("rust-wayland-scanner" ,rust-wayland-scanner-0.28)) #:cargo-development-inputs (("rust-tempfile" ,rust-tempfile-3)))) (inputs @@ -2563,7 +2564,6 @@ (define-public rust-wayland-client-0.28 rust-nix-0.18 rust-scoped-tls-1 rust-wayland-commons-0.28 - rust-wayland-scanner-0.28 rust-wayland-sys-0.28)))) (define-public rust-wayland-client-0.23 -- 2.37.3