guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.
commit a41238594855fc926c4e6a38383fb647f8469f2a
Author: John Kehayias <[email protected]>
AuthorDate: Tue Jun 10 17:56:22 2025 -0400
gnu: kitty: Fix build.
Build fails due to newer wayland-protocols and 1.42 seems to be the most
recent that still builds.
* gnu/packages/terminals.scm (kitty)[native-inputs]: Replace
wayland-protocols with wayland-protocols-1.42.
Change-Id: I65c8fabc921d04a0cc7be8ffb8ff3e5368db6b75
---
gnu/packages/terminals.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index e009452411..40193e12de 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -1319,7 +1319,7 @@ tmux.")
ncurses ;; for tic command
pkg-config
python-sphinx
- wayland-protocols))
+ wayland-protocols-1.42))
(inputs
(list fontconfig
freetype