diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-06-16 21:00:32 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-06-16 21:14:53 +0300 |
commit | 1ccb3192419ed4fc88ec1ed6dddb73e0a2283be5 (patch) | |
tree | 8d2856429cdd335f149da0d8d3a2a3473a92eb87 /gnu | |
parent | e099d2a66f53a8cc79d605e82f35a3d6a331a8b7 (diff) | |
download | patches-1ccb3192419ed4fc88ec1ed6dddb73e0a2283be5.tar patches-1ccb3192419ed4fc88ec1ed6dddb73e0a2283be5.tar.gz |
gnu: lxqt-common: Add missing inputs.
* gnu/packages/lxqt.scm (lxqt-common)[inputs]: Add qtbase,
qttools, qtx11extras.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/lxqt.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index a528c71fc8..35954ac32d 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -133,7 +133,10 @@ components of the LXQt desktop environment.") (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 |