diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-01-08 13:07:35 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-02-20 13:57:36 +0200 |
commit | 000e1ee9da4dce58248e80d84e0383caeee6b5dd (patch) | |
tree | 29dcc43428f79e4ace9916099e31838a0ee8fbeb /gnu/packages | |
parent | 8d36fe102e4efebc5dca4436125ca7658c5a7eb8 (diff) |
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
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/crates-graphics.scm | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm index b0d97c7fd9..e242274307 100644 --- a/gnu/packages/crates-graphics.scm +++ b/gnu/packages/crates-graphics.scm @@ -4166,11 +4166,8 @@ properly display animated cursors.") `(#: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 |