mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 12:41:09 -06:00
gnu: xdg-desktop-portal-hyprland: Update to 1.3.10.
* gnu/packages/freedesktop.scm (xdg-desktop-portal-hyprland): Update to 1.3.10. [native-inputs]: Change gcc-14 to gcc-15. Change-Id: I042c634cbbad2704b81f4a64182b0b4b7bb8db2a Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
parent
d787830013
commit
4210fbf319
1 changed files with 3 additions and 3 deletions
|
|
@ -3450,7 +3450,7 @@ interfaces.")
|
|||
(define-public xdg-desktop-portal-hyprland
|
||||
(package
|
||||
(name "xdg-desktop-portal-hyprland")
|
||||
(version "1.3.9")
|
||||
(version "1.3.10")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -3459,7 +3459,7 @@ interfaces.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0k1bgdpg5ixxqg9r4vraszbnl4rl9gh87dhyc7rr332rf0j9n0xh"))))
|
||||
(base32 "079k4zni2ammd2407av55b9vqcsfv8h3hx1xd4zl0fbc3cnsrkcf"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ;No tests.
|
||||
|
|
@ -3476,7 +3476,7 @@ interfaces.")
|
|||
(("\\<(hyprland-share-picker)\\>" _ cmd)
|
||||
(string-append #$output "/bin/" cmd))))))))
|
||||
(native-inputs
|
||||
(list gcc-14 hyprwayland-scanner pkg-config))
|
||||
(list gcc-15 hyprwayland-scanner pkg-config))
|
||||
(inputs
|
||||
(list bash-minimal
|
||||
grim
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue