mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: hyprutils: Update to 0.8.1.
* gnu/packages/cpp.scm (hyprutils): Update to 0.8.1. [native-inputs]: Change gcc-14 to gcc-15. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
parent
b2937e761b
commit
fd853833ef
1 changed files with 3 additions and 3 deletions
|
@ -977,7 +977,7 @@ language used in Hyprland.")
|
||||||
(define-public hyprutils
|
(define-public hyprutils
|
||||||
(package
|
(package
|
||||||
(name "hyprutils")
|
(name "hyprutils")
|
||||||
(version "0.7.1")
|
(version "0.8.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -986,7 +986,7 @@ language used in Hyprland.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04vn5vxzxixfbyrvhhgrj1b2m7yhndbnv1y78v0q0i9kpmnvvlav"))))
|
"15iwcgm6v7y4cm8l9yh3aig31va5xifswm47bind90mac7srar0p"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -999,7 +999,7 @@ language used in Hyprland.")
|
||||||
(string-append
|
(string-append
|
||||||
"set(PKG_CONFIG_EXECUTABLE " #$(pkg-config-for-target) ")\n"
|
"set(PKG_CONFIG_EXECUTABLE " #$(pkg-config-for-target) ")\n"
|
||||||
all))))))))
|
all))))))))
|
||||||
(native-inputs (list gcc-14 pkg-config))
|
(native-inputs (list gcc-15 pkg-config))
|
||||||
(inputs (list pixman))
|
(inputs (list pixman))
|
||||||
(home-page "https://github.com/hyprwm/hyprutils")
|
(home-page "https://github.com/hyprwm/hyprutils")
|
||||||
(synopsis "C++ library for utilities used across Hyprland ecosystem")
|
(synopsis "C++ library for utilities used across Hyprland ecosystem")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue