mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
1 changed files with 4 additions and 1 deletions
|
@ -133,7 +133,10 @@ (define-public lxqt-common
|
|||
(inputs
|
||||
`(("kwindowsystem" ,kwindowsystem)
|
||||
("liblxqt" ,liblxqt)
|
||||
("libqtxdg" ,libqtxdg)))
|
||||
("libqtxdg" ,libqtxdg)
|
||||
("qtbase" ,qtbase)
|
||||
("qttools" ,qttools)
|
||||
("qtx11extras" ,qtx11extras)))
|
||||
(home-page "http://lxqt.org/")
|
||||
(synopsis "Common files for LXQt")
|
||||
(description "lxqt-common provides the desktop integration files
|
||||
|
|
Loading…
Reference in a new issue