guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: lxqt-panel: Show icons in menus.


From: guix-commits
Subject: 02/02: gnu: lxqt-panel: Show icons in menus.
Date: Thu, 13 Aug 2020 04:43:52 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 0f50b7e7b9191f81a5334d7314fbc656303d479e
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Mon Aug 10 13:43:48 2020 +0200

    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>
---
 gnu/packages/lxqt.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index f445a7e..f8eeec9 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]