gnu: rust-wayland-egl-0.29: Fix inputs.

* gnu/packages/crates-graphics.scm (rust-wayland-egl-0.29)
[inputs]: Add wayland.  Remove rust-wayland-client-0.29,
rust-wayland-sys-0.29.

Change-Id: I22830728a222d582b585f70b49598330cba1fdf5
This commit is contained in:
Efraim Flashner 2024-01-08 13:07:35 +02:00
parent 8d36fe102e
commit 000e1ee9da
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4166,11 +4166,8 @@ (define-public rust-wayland-egl-0.29
`(#:cargo-inputs
(("rust-wayland-client" ,rust-wayland-client-0.29)
("rust-wayland-sys" ,rust-wayland-sys-0.29))))
(inputs
(list rust-wayland-client-0.29 rust-wayland-sys-0.29))
;; For the PKG_CONFIG_PATH environment variable.
(native-inputs
(list pkg-config))
(native-inputs (list pkg-config))
(inputs (list wayland))
(home-page "https://github.com/smithay/wayland-rs")
(synopsis "Bindings to libwayland-egl")
(description