mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 22:36:22 +01:00
gnu: swaylock: Fix build.
Fixes <https://bugs.gnu.org/57748>.
Reported by muradm <mail@muradm.net>.
This is a follow-up to commit 2500709e01
.
* gnu/packages/wm.scm (swaylock)[native-inputs]: Change from WAYLAND-PROTOCOLS
to WAYLAND-PROTOCOLS-NEXT.
This commit is contained in:
parent
a59bc77c04
commit
fc4da86ed6
1 changed files with 1 additions and 1 deletions
|
@ -1667,7 +1667,7 @@ modules for building a Wayland compositor.")
|
|||
(inputs (list cairo gdk-pixbuf libxkbcommon
|
||||
;("linux-pam" ,linux-pam) ; FIXME: Doesn't work.
|
||||
wayland))
|
||||
(native-inputs (list pango pkg-config scdoc wayland-protocols))
|
||||
(native-inputs (list pango pkg-config scdoc wayland-protocols-next))
|
||||
(home-page "https://github.com/swaywm/sway")
|
||||
(synopsis "Screen locking utility for Wayland compositors")
|
||||
(description "Swaylock is a screen locking utility for Wayland compositors.")
|
||||
|
|
Loading…
Add table
Reference in a new issue