diff options
author | Léo Le Bouter <lle-bout@zaclys.net> | 2021-03-22 15:45:33 +0100 |
---|---|---|
committer | Léo Le Bouter <lle-bout@zaclys.net> | 2021-03-22 15:45:33 +0100 |
commit | ce995d520694c4898028415b9118d711f5bcf125 (patch) | |
tree | 2f600d63ee65f269241595b9007cde2e2c7d8353 /gnu/packages/mate.scm | |
parent | e2757be5d5f07af7aefd5a264fe9a60fc5bbd688 (diff) | |
download | guix-ce995d520694c4898028415b9118d711f5bcf125.tar.gz |
gnu: mate-panel: Add missing inputs for Wayland support.
* gnu/packages/mate.scm (mate-panel)[inputs]: Add gtk-layer-shell and wayland.
Diffstat (limited to 'gnu/packages/mate.scm')
-rw-r--r-- | gnu/packages/mate.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index fbb1a74d09..44420147a3 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -681,6 +681,7 @@ mate-volume-control, a MATE volume control application and applet.") `(("dconf" ,dconf) ("cairo" ,cairo) ("dbus-glib" ,dbus-glib) + ("gtk-layer-shell" ,gtk-layer-shell) ("gtk+" ,gtk+) ("libcanberra" ,libcanberra) ("libice" ,libice) @@ -695,7 +696,8 @@ mate-volume-control, a MATE volume control application and applet.") ("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 |