diff options
author | Marius Bakke <marius@gnu.org> | 2022-09-16 22:31:48 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-16 22:41:23 +0200 |
commit | 2619fa3d77961326cfbf7ddc87d519df30b49559 (patch) | |
tree | 28a1b643fd1350d45ea871e2b1059619f99274e7 /gnu/packages/gnome.scm | |
parent | 30fff95ee62f72e14cd4ac6257411034589482f7 (diff) |
gnu: Remove wayland-protocols-next.
* gnu/packages/freedesktop.scm (wayland-protocols-next): Remove variable.
* gnu/packages/gnome.scm (mutter)[native-inputs]: Change from
WAYLAND-PROTOCOLS-NEXT to WAYLAND-PROTOCOLS.
* gnu/packages/kde-plasma.scm (kwayland-server)[inputs]: Likewise.
* gnu/packages/wm.scm (swaylock)[native-inputs]: Likewise.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index cb255fc488..0fa67b405e 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7791,7 +7791,7 @@ to display dialog boxes from the commandline and shell scripts.") autoconf automake libtool - wayland-protocols-next + wayland-protocols ;; For tests. ;; Warnings are configured to be fatal during the tests; add an icon ;; theme to please libxcursor. |