diff options
| author | John Kehayias <john.kehayias@protonmail.com> | 2025-06-10 17:56:22 -0400 |
|---|---|---|
| committer | John Kehayias <john.kehayias@protonmail.com> | 2025-06-10 18:07:23 -0400 |
| commit | a41238594855fc926c4e6a38383fb647f8469f2a (patch) | |
| tree | 59ea486a4a934fbac405bfaad785b08e7b41e884 /gnu | |
| parent | 502c844ff49fb4d4844c5ac2f91062b1ced592d9 (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/terminals.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index e0094524113..40193e12de9 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 |
