me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 2 additions and 1 deletions

View File

@ -599,7 +599,8 @@ of other programs.")
(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