1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 11:32:21 +02:00

gnu: xdg-desktop-portal-wlr: Use new input style.

* gnu/packages/freedesktop.scm (xdg-desktop-portal-wlr): Refactor it.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Josselin Poiret
2021-12-14 22:47:50 +01:00
committed by Mathieu Othacehe
parent 367e67ec78
commit 5a507c0080
+6 -7
View File
@@ -2395,13 +2395,12 @@ interfaces.")
"-Dsd-bus-provider=libelogind")))
(native-inputs
(list cmake pkg-config))
(inputs
`(("elogind" ,elogind)
("iniparser" ,iniparser)
("pipewire" ,pipewire-0.3)
("inih" ,libinih)
("wayland" ,wayland)
("wayland-protocols" ,wayland-protocols)))
(inputs (list elogind
iniparser
libinih
pipewire-0.3
wayland
wayland-protocols))
(home-page "https://github.com/emersion/xdg-desktop-portal-wlr")
(synopsis "@code{xdg-desktop-portal} backend for wlroots")
(description