mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-06-15 15:25:24 +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 @@ set architectures. It consists of a C library called @code{libudis86} and a
|
|||||||
command line tool called @code{udcli} that incorporates the library.")
|
command line tool called @code{udcli} that incorporates the library.")
|
||||||
(license license:bsd-2))))
|
(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
|
(define wlroots-for-hyprland
|
||||||
(let ((base wlroots)
|
(let ((base wlroots)
|
||||||
(revision "168")
|
(revision "168")
|
||||||
|
Loading…
Reference in New Issue
Block a user