mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: hyprpaper: Update to 0.8.1.
* gnu/packages/xdisorg.scm (hyprpaper): Update to 0.8.1. [inputs]: Add aquamarine, hyprtoolkit and hyprwire. The aquamarine, hyprtoolkit and hyprwire packages are now required dependencies. Change-Id: I9b839ca73099367fa4a95a360cf567ec88bd032c Signed-off-by: John Kehayias <john@guixotic.coop>
This commit is contained in:
parent
d38156a795
commit
0932150cf1
1 changed files with 6 additions and 3 deletions
|
|
@ -4176,7 +4176,7 @@ GPU-accelerated screen locking utility.")
|
|||
(define-public hyprpaper
|
||||
(package
|
||||
(name "hyprpaper")
|
||||
(version "0.7.6")
|
||||
(version "0.8.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
|
@ -4185,16 +4185,19 @@ GPU-accelerated screen locking utility.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1g9d2yp5gsyv6b0gvvw6dz9f97nqqs34pbmkwdpvb75zi8rv3wwp"))))
|
||||
"0yy9cp54dy3knkyg22pfn6xbvaswx65j59cn5227jci6306q6ds4"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments '(#:tests? #f)) ;; no test
|
||||
(native-inputs (list gcc-15 pkg-config))
|
||||
(inputs
|
||||
(list cairo
|
||||
(list aquamarine
|
||||
cairo
|
||||
file
|
||||
hyprgraphics
|
||||
hyprlang
|
||||
hyprutils
|
||||
hyprtoolkit
|
||||
hyprwire
|
||||
hyprwayland-scanner
|
||||
libglvnd
|
||||
mesa
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue