gnu: Remove wayland-protocols-next.

* gnu/packages/freedesktop.scm (wayland-protocols-next): Delete variable.
* gnu/packages/terminals.scm (foot)[native-inputs, inputs]: Replace
wayland-protocols-next with wayland-protocols.
* gnu/packages/wm.scm (hyprland)[inputs]: Likewise.

Change-Id: I2fcc94d95e15c0663f55c6517dbd3680ae8156f7
This commit is contained in:
John Kehayias 2025-06-10 17:34:42 -04:00
parent 3aa0d9de4b
commit 3b3174d79d
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9
3 changed files with 3 additions and 18 deletions

View file

@ -1587,21 +1587,6 @@ protocol either in Wayland core, or some other protocol in wayland-protocols.")
(home-page "https://wayland.freedesktop.org")
(license license:expat)))
(define-public wayland-protocols-next
(package
(inherit wayland-protocols)
(name "wayland-protocols-next")
(version "1.43")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://gitlab.freedesktop.org/wayland/wayland-protocols")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"1pgjkc0gw11xb55kn8hf8adnmx3bkpgb4p0haylb2jh7irqhxhqd"))))))
(define-public wayland-utils
(package
(name "wayland-utils")

View file

@ -878,14 +878,14 @@ eye-candy, customizable, and reasonably lightweight.")
(list wayland pkg-config-for-build)
'())
(list ncurses ;for 'tic'
pkg-config scdoc wayland-protocols-next)))
pkg-config scdoc wayland-protocols)))
(native-search-paths
;; FIXME: This should only be located in 'ncurses'. Nonetheless it is
;; provided for usability reasons. See <https://bugs.gnu.org/22138>.
(list (search-path-specification
(variable "TERMINFO_DIRS")
(files '("share/terminfo")))))
(inputs (list fcft libxkbcommon-1.8 wayland wayland-protocols-next))
(inputs (list fcft libxkbcommon-1.8 wayland wayland-protocols))
(synopsis "Wayland-native terminal emulator")
(description
"@command{foot} is a terminal emulator for systems using the Wayland

View file

@ -441,7 +441,7 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.")
re2-next
udis86
wayland
wayland-protocols-next
wayland-protocols
linux-libre-headers-6.14
xcb-util-errors
xcb-util-wm