mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: hyprland: Update to 0.53.3.
* gnu/packages/wm.scm (hyprland): Update to 0.53.3. [inputs]: Add glaze. The glaze library is now a requirement for hyprland to build. Change-Id: I58ff1fa1edd4225e5acbdef76702d27e4283e875 Signed-off-by: Andreas Enge <andreas@enge.fr> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
@@ -461,7 +461,7 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.")
|
||||
(define-public hyprland
|
||||
(package
|
||||
(name "hyprland")
|
||||
(version "0.53.1")
|
||||
(version "0.53.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/hyprwm/Hyprland"
|
||||
@@ -478,7 +478,7 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.")
|
||||
"subprojects"))))
|
||||
(sha256
|
||||
(base32
|
||||
"0q88rfgv080xpxp25bxvv17yy3ppn6nkaxz35fdmaajdlg7j578x"))))
|
||||
"07zfjdjc326zl057qwwb1zsysw1rc2ph5sj108h3r2lpr4ynbgvv"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ;No tests.
|
||||
@@ -516,6 +516,7 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.")
|
||||
(list aquamarine
|
||||
binutils
|
||||
cairo
|
||||
glaze
|
||||
hyprcursor
|
||||
hyprgraphics
|
||||
hyprland-protocols
|
||||
|
||||
Reference in New Issue
Block a user