gnu: liblxqt: Add missing inputs.
* gnu/packages/lxqt.scm (liblxqt)[inputs]: Add qtbase, qttools, qtx11extras.
This commit is contained in:
parent
aa450b2bc4
commit
5c733afd4f
|
@ -78,7 +78,10 @@ in Qt.")
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("kwindowsystem" ,kwindowsystem)
|
`(("kwindowsystem" ,kwindowsystem)
|
||||||
("libqtxdg" ,libqtxdg)))
|
("libqtxdg" ,libqtxdg)
|
||||||
|
("qtbase" ,qtbase)
|
||||||
|
("qttools" ,qttools)
|
||||||
|
("qtx11extras" ,qtx11extras)))
|
||||||
(home-page "http://lxqt.org/")
|
(home-page "http://lxqt.org/")
|
||||||
(synopsis "Core utility library for all LXQt components")
|
(synopsis "Core utility library for all LXQt components")
|
||||||
(description "liblxqt provides the basic libraries shared by the
|
(description "liblxqt provides the basic libraries shared by the
|
||||||
|
|
Loading…
Reference in New Issue