diff options
| author | Murilo <murilo@disroot.org> | 2025-09-30 17:48:16 -0300 |
|---|---|---|
| committer | John Kehayias <john@guixotic.coop> | 2025-10-05 20:00:34 -0400 |
| commit | dad701be6e0e504522f7c855c0fa25121dcdca9d (patch) | |
| tree | 260d98ef55a905912b0a9876626f66064eb79aa9 /gnu/packages/wm.scm | |
| parent | db463c0eb6f2e7be5d369875a18d96f9b18c351b (diff) | |
gnu: Remove wayland-protocols-next.
* gnu/packages/freedesktop.scm (wayland-protocols-next): Delete variable.
* gnu/packages/wm.scm (hyprland)[inputs]: Change wayland-protocols-next
to wayland-protocols.
This was a temporary package expected to be removed once the mesa-updates
branch was merged, it was only in use by hyprland.
See 7c1a30f3f91bd2e173d43ef110ed471abfcbb17e.
Change-Id: I9bf2f986815344ec79f013c0446cffbfdbdd76d7
Signed-off-by: John Kehayias <john@guixotic.coop>
Diffstat (limited to 'gnu/packages/wm.scm')
| -rw-r--r-- | gnu/packages/wm.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index b156f4264fd..7331df5c83a 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -439,7 +439,7 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.") re2-next udis86 wayland - wayland-protocols-next + wayland-protocols xcb-util-errors xcb-util-wm xorg-server-xwayland)) |
