mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05: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:
parent
367e67ec78
commit
5a507c0080
1 changed files with 6 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue