mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: mate-panel: Add missing inputs for Wayland support.
* gnu/packages/mate.scm (mate-panel)[inputs]: Add gtk-layer-shell and wayland.
This commit is contained in:
parent
e2757be5d5
commit
ce995d5206
1 changed files with 3 additions and 1 deletions
|
@ -681,6 +681,7 @@ (define-public mate-panel
|
|||
`(("dconf" ,dconf)
|
||||
("cairo" ,cairo)
|
||||
("dbus-glib" ,dbus-glib)
|
||||
("gtk-layer-shell" ,gtk-layer-shell)
|
||||
("gtk+" ,gtk+)
|
||||
("libcanberra" ,libcanberra)
|
||||
("libice" ,libice)
|
||||
|
@ -695,7 +696,8 @@ (define-public mate-panel
|
|||
("mate-desktop" ,mate-desktop)
|
||||
("mate-menus" ,mate-menus)
|
||||
("pango" ,pango)
|
||||
("tzdata" ,tzdata)))
|
||||
("tzdata" ,tzdata)
|
||||
("wayland" ,wayland)))
|
||||
(home-page "https://mate-desktop.org/")
|
||||
(synopsis "Panel for MATE")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue