mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
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:
parent
8d36fe102e
commit
000e1ee9da
1 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue