rosenthal: xdg-desktop-portal-hyprland: Update to 1.3.1.

* rosenthal/packages/wm.scm (xdg-desktop-portal-hyprland): Update to 1.3.1.
[build-system]: Switch to cmake-build-system.
[inputs]: Add hyprlang.
pull/2/head
Hilton Chain 9 months ago
parent a079a438da
commit 657f2055f9
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
  1. 7
      rosenthal/packages/wm.scm

@ -308,7 +308,7 @@ language used in @code{hyprland}.")
(define-public xdg-desktop-portal-hyprland (define-public xdg-desktop-portal-hyprland
(package (package
(name "xdg-desktop-portal-hyprland") (name "xdg-desktop-portal-hyprland")
(version "1.2.5") (version "1.3.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -317,8 +317,8 @@ language used in @code{hyprland}.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1cfrqirvpxnj6dapm8q30vx040nzg4f9g622s5pdiv684yd3z2jz")))) "0fdbzxanmmzrvb9wfzg1pdsnlg7dl6v5k8bl44w10n48s7bbbzn0"))))
(build-system meson-build-system) (build-system cmake-build-system)
(arguments (arguments
(list #:tests? #f ;No tests (list #:tests? #f ;No tests
#:phases #:phases
@ -338,6 +338,7 @@ language used in @code{hyprland}.")
grim grim
hyprland hyprland
hyprland-protocols hyprland-protocols
hyprlang
mesa mesa
pipewire pipewire
qtbase-5 qtbase-5

Loading…
Cancel
Save