[bug#54299,23/27] added rust-wayland-protocols@0.29
Commit Message
---
gnu/packages/crates-graphics.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
Comments
Till Robin Zickel schreef op di 08-03-2022 om 18:31 [+0100]:
> + (arguments
> + `(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-1))))
> + (inputs (list rust-bitflags-1 rust-wayland-client-0.29
> + rust-wayland-commons-0.29 rust-wayland-scanner-0.29
> + rust-wayland-server-0.29))))
What's the point of being both in #:cargo-inputs and inputs? Would
simply being in 'inputs' suffice?
@@ -2792,6 +2792,24 @@ (define-public rust-wayland-protocols-0.28
extensions.")
(license license:expat)))
+(define-public rust-wayland-protocols-0.29
+ (package
+ (inherit rust-wayland-protocols-0.28)
+ (name "rust-wayland-protocols")
+ (version "0.29.4")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "wayland-protocols" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0hap8vky2fwsq05c98c8xs00gb9m5kxp8kq3zr0jwh036gi7l530"))))
+ (arguments
+ `(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-1))))
+ (inputs (list rust-bitflags-1 rust-wayland-client-0.29
+ rust-wayland-commons-0.29 rust-wayland-scanner-0.29
+ rust-wayland-server-0.29))))
+
(define-public rust-wayland-protocols-0.23
(package
(inherit rust-wayland-protocols-0.28)