rosenthal: Add wayland-protocols-for-hyprland.

* rosenthal/packages/wm.scm (wayland-protocols-for-hyprland): New variable.
trunk
Hilton Chain 8 months ago
parent 5b3388f59c
commit 187aca7883
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
  1. 15
      rosenthal/packages/wm.scm

@ -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…
Cancel
Save