gnu: lxqt-panel: Show icons in menus.

* gnu/packages/lxqt.scm (lxqt-panel)[propagated-inputs]: Add lxmenu-data.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Timotej Lazar 2020-08-10 13:43:48 +02:00 committed by Mathieu Othacehe
parent 7ae3b11a24
commit 0f50b7e7b9
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -599,7 +599,8 @@ (define-public lxqt-panel
(propagated-inputs
;; Propagating KWINDOWSYSTEM so that the list of opened applications
;; shows up in lxqt-panel's taskbar plugin.
`(("kwindowsystem" ,kwindowsystem)))
`(("kwindowsystem" ,kwindowsystem)
("lxmenu-data" ,lxmenu-data)))
(arguments
'(#:tests? #f ; no tests
#:phases