~ruther/guix-local

ce44a0922979d2ade902638afb9b0d28b160def0 — Jakob Kirsch 1 year, 4 months ago 9a36d48
gnu: hyprland: Update to 0.46.2.

* gnu/packages/wm.scm (hyprland): Update to 0.46.2.
[inputs]: Add hyprgraphics and re2-next.

Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
Change-Id: Ia3b32dba5bdbcd2791fbb7ed7f93063c26e0bdbc
1 files changed, 6 insertions(+), 2 deletions(-)

M gnu/packages/wm.scm
M gnu/packages/wm.scm => gnu/packages/wm.scm +6 -2
@@ 77,6 77,7 @@
;;; Copyright © 2024 Wamm K. D. <jaft.r@outlook.com>
;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
;;; Copyright © 2024 Josep Bigorra <jjbigorra@gmail.com>
;;; Copyright © 2024 Jakob Kirsch <jakob.kirsch@web.de>
;;;
;;; This file is part of GNU Guix.
;;;


@@ 169,6 170,7 @@
  #:use-module (gnu packages python-crypto)
  #:use-module (gnu packages python-xyz)
  #:use-module (gnu packages readline)
  #:use-module (gnu packages regex)
  #:use-module (gnu packages serialization)
  #:use-module (gnu packages sphinx)
  #:use-module (gnu packages suckless)


@@ 324,7 326,7 @@ or musca).
(define-public hyprland
  (package
    (name "hyprland")
    (version "0.45.2")
    (version "0.46.2")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://github.com/hyprwm/Hyprland"


@@ 341,7 343,7 @@ or musca).
                              "subprojects"))))
              (sha256
               (base32
                "1jqnly8h72v20fsz1075ib7gl7272g5svqw7qpqhx6243w1320np"))))
                "1hdhk7skf94nm4kk3zs2vqyi0qlc32hb7gfhlyzawj5wq05bawnh"))))
    (build-system cmake-build-system)
    (arguments
     (list #:cmake cmake-3.30


@@ 374,6 376,7 @@ or musca).
           binutils
           cairo
           hyprcursor
           hyprgraphics
           hyprland-protocols
           hyprlang
           hyprutils


@@ 383,6 386,7 @@ or musca).
           mesa
           pango
           pciutils
           re2-next
           udis86
           wayland
           wayland-protocols