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: I22830728a222d582b585f70b49598330cba1fdf5master
parent
8d36fe102e
commit
000e1ee9da
|
@ -4166,11 +4166,8 @@ properly display animated cursors.")
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-wayland-client" ,rust-wayland-client-0.29)
|
(("rust-wayland-client" ,rust-wayland-client-0.29)
|
||||||
("rust-wayland-sys" ,rust-wayland-sys-0.29))))
|
("rust-wayland-sys" ,rust-wayland-sys-0.29))))
|
||||||
(inputs
|
(native-inputs (list pkg-config))
|
||||||
(list rust-wayland-client-0.29 rust-wayland-sys-0.29))
|
(inputs (list wayland))
|
||||||
;; For the PKG_CONFIG_PATH environment variable.
|
|
||||||
(native-inputs
|
|
||||||
(list pkg-config))
|
|
||||||
(home-page "https://github.com/smithay/wayland-rs")
|
(home-page "https://github.com/smithay/wayland-rs")
|
||||||
(synopsis "Bindings to libwayland-egl")
|
(synopsis "Bindings to libwayland-egl")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue