mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: hyprutils: Update to 0.6.0.
* gnu/packages/cpp.scm (hyprutils): Update to 0.6.0. [native-inputs]: Replace gcc-13 by gcc-14. Change-Id: I6a5d5e473b8c0dcef4447ac3a12ac81a77252bc1 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
committed by
Andreas Enge
parent
fb4035ef43
commit
07c9a42731
@@ -947,7 +947,7 @@ language used in Hyprland.")
|
||||
(define-public hyprutils
|
||||
(package
|
||||
(name "hyprutils")
|
||||
(version "0.5.2")
|
||||
(version "0.6.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
@@ -956,7 +956,7 @@ language used in Hyprland.")
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0pj3xvsfnl7d91kwijj5rw7zs7svdh44dijn8npf1357jkizsp8i"))))
|
||||
"11lvyd1inannmc6mdb8f4nx2h68ahwc9fi566jzh1wlvdh8h18pz"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
@@ -969,7 +969,7 @@ language used in Hyprland.")
|
||||
(string-append
|
||||
"set(PKG_CONFIG_EXECUTABLE " #$(pkg-config-for-target) ")\n"
|
||||
all))))))))
|
||||
(native-inputs (list gcc-13 pkg-config))
|
||||
(native-inputs (list gcc-14 pkg-config))
|
||||
(inputs (list pixman))
|
||||
(home-page "https://github.com/hyprwm/hyprutils")
|
||||
(synopsis "C++ library for utilities used across Hyprland ecosystem")
|
||||
|
||||
Reference in New Issue
Block a user