gnu: lxqt-panel: Fix build.
* gnu/packages/lxqt.scm (lxqt-panel): Fix build. [inputs]: Replace solid with solid-5. [propagated-inputs]: Replace kwindowsystem with kwindowsystem-5. Change-Id: Ic80e9bc3d5986e9e4aadd2ecc1d4cbd4ae530a93master
parent
03be6d60fe
commit
dbb6c975bf
|
@ -509,7 +509,7 @@ of other programs.")
|
|||
qtbase-5
|
||||
qtsvg-5
|
||||
qtx11extras
|
||||
solid
|
||||
solid-5
|
||||
xcb-util
|
||||
xcb-util-image
|
||||
xkeyboard-config))
|
||||
|
@ -518,7 +518,7 @@ of other programs.")
|
|||
(propagated-inputs
|
||||
;; Propagating KWINDOWSYSTEM so that the list of opened applications
|
||||
;; shows up in lxqt-panel's taskbar plugin.
|
||||
(list kwindowsystem lxmenu-data))
|
||||
(list kwindowsystem-5 lxmenu-data))
|
||||
(arguments
|
||||
'(#:tests? #f ; no tests
|
||||
#:phases
|
||||
|
|
Reference in New Issue