me
/
guix
Archived
1
0
Fork 0

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: Ia9c1b4c74bc2fbb13f871f25cc33a7103f9d1883
master
Zheng Junjie 2024-07-09 00:06:49 +08:00
parent 18b381f4f8
commit d557655130
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -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))