rosenthal: Add wayland-protocols-for-hyprland.

* rosenthal/packages/wm.scm (wayland-protocols-for-hyprland): New variable.
This commit is contained in:
Hilton Chain 2024-03-23 13:19:37 +08:00
parent 5b3388f59c
commit 187aca7883
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -101,6 +101,21 @@ (define udis86-for-hyprland
command line tool called @code{udcli} that incorporates the library.")
(license license:bsd-2))))
(define wayland-protocols-for-hyprland
(package
(inherit wayland-protocols)
(name "wayland-protocols")
(version "1.34")
(source (origin
(method url-fetch)
(uri (string-append
"https://gitlab.freedesktop.org/wayland/wayland-protocols"
"/-/releases/" version "/downloads/"
"wayland-protocols-" version ".tar.xz"))
(sha256
(base32
"1sxgvis0abkymc02nhx2svm60myiq3shvy759sphpxl5rp52g6y5"))))))
(define wlroots-for-hyprland
(let ((base wlroots)
(revision "168")