gnu: lxqt-config: Fix build.
* gnu/packages/lxqt.scm (lxqt-config): Fix build. [inputs]: Replace kwindowsystem and solid with kwindowsystem-5 and solid-5. Change-Id: Ia9c1b4c74bc2fbb13f871f25cc33a7103f9d1883master
parent
18b381f4f8
commit
d557655130
|
@ -355,7 +355,7 @@ the operating system LXQt is running on.")
|
|||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
(list eudev
|
||||
kwindowsystem
|
||||
kwindowsystem-5
|
||||
liblxqt
|
||||
libqtxdg
|
||||
libxcursor
|
||||
|
@ -363,7 +363,7 @@ the operating system LXQt is running on.")
|
|||
qtbase-5
|
||||
qtsvg-5
|
||||
qtx11extras
|
||||
solid
|
||||
solid-5
|
||||
xf86-input-libinput
|
||||
xkeyboard-config
|
||||
zlib))
|
||||
|
|
Reference in New Issue