mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 11:55:06 -06:00
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:
parent
3aa0d9de4b
commit
3b3174d79d
3 changed files with 3 additions and 18 deletions
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue