mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: hyprsunset: Update to 0.3.0.
* gnu/packages/xdisorg.scm (hyprsunset): Update to 0.3.0. [native-inputs]: Change gcc-14 to gcc-15. [inputs]: Add hyprlang. [arguments]{cmake}: Use cmake-next. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
parent
44279c9f36
commit
83144c271c
1 changed files with 5 additions and 3 deletions
|
@ -3932,7 +3932,7 @@ This package is the fork of hsetroot by Hyriand.")
|
||||||
(define-public hyprsunset
|
(define-public hyprsunset
|
||||||
(package
|
(package
|
||||||
(name "hyprsunset")
|
(name "hyprsunset")
|
||||||
(version "0.1.0")
|
(version "0.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3941,17 +3941,19 @@ This package is the fork of hsetroot by Hyriand.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "110cw7nd6a0krsg6764hx2i45lc8n4b1iln3b8jz1x6pziw1qna9"))))
|
(base32 "0h0iibncjl780nnwvf1mfmqckdzzc4b4fphflj4mq56nswf697ha"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
#:cmake cmake-next
|
||||||
#:tests? #f)) ;No tests.
|
#:tests? #f)) ;No tests.
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gcc-14
|
(list gcc-15
|
||||||
pkg-config))
|
pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list hyprwayland-scanner
|
(list hyprwayland-scanner
|
||||||
hyprutils
|
hyprutils
|
||||||
|
hyprlang
|
||||||
wayland
|
wayland
|
||||||
hyprland-protocols
|
hyprland-protocols
|
||||||
wayland-protocols))
|
wayland-protocols))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue