~ruther/guix-local

e72ccef56625fbaf8a80bea9af60bee6a0d6e806 — Murilo 30 days ago 2e11c3e
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>
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/wm.scm
M gnu/packages/wm.scm => gnu/packages/wm.scm +3 -2
@@ 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