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/kde-plasma.scm | |
parent | 30fff95ee62f72e14cd4ac6257411034589482f7 (diff) | |
download | guix-2619fa3d77961326cfbf7ddc87d519df30b49559.tar.gz |
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/kde-plasma.scm')
-rw-r--r-- | gnu/packages/kde-plasma.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index 634a44eecf..265799cd94 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -358,7 +358,7 @@ with a ksysguardd daemon, which may also run on a remote system.") qtwayland kwayland wayland - wayland-protocols-next)) + wayland-protocols)) (arguments '(#:phases (modify-phases %standard-phases |