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
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -2395,13 +2395,12 @@ (define-public xdg-desktop-portal-wlr
"-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