gnu: lxqt-common: Add missing inputs.
* gnu/packages/lxqt.scm (lxqt-common)[inputs]: Add qtbase, qttools, qtx11extras.
This commit is contained in:
parent
e099d2a66f
commit
1ccb319241
|
@ -133,7 +133,10 @@ components of the LXQt desktop environment.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("kwindowsystem" ,kwindowsystem)
|
`(("kwindowsystem" ,kwindowsystem)
|
||||||
("liblxqt" ,liblxqt)
|
("liblxqt" ,liblxqt)
|
||||||
("libqtxdg" ,libqtxdg)))
|
("libqtxdg" ,libqtxdg)
|
||||||
|
("qtbase" ,qtbase)
|
||||||
|
("qttools" ,qttools)
|
||||||
|
("qtx11extras" ,qtx11extras)))
|
||||||
(home-page "http://lxqt.org/")
|
(home-page "http://lxqt.org/")
|
||||||
(synopsis "Common files for LXQt")
|
(synopsis "Common files for LXQt")
|
||||||
(description "lxqt-common provides the desktop integration files
|
(description "lxqt-common provides the desktop integration files
|
||||||
|
|
Loading…
Reference in New Issue