mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-01-10 20:40:42 +00:00
rosenthal: Add wayland-protocols-for-hyprland.
* rosenthal/packages/wm.scm (wayland-protocols-for-hyprland): New variable.
This commit is contained in:
parent
5b3388f59c
commit
187aca7883
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user