diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-06-16 19:11:16 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-06-16 21:12:38 +0300 |
commit | aa450b2bc41b0cedbebc4f8c0a51867a436cf02b (patch) | |
tree | d4d061bf7a9248bbac4015bf9598a9d7118815b5 /gnu/packages/lxqt.scm | |
parent | 3282442be9e2fcabfdd863db83e06576d84ba2ac (diff) | |
download | guix-aa450b2bc41b0cedbebc4f8c0a51867a436cf02b.tar guix-aa450b2bc41b0cedbebc4f8c0a51867a436cf02b.tar.gz |
gnu: libqtxdg: Build with qtbase.
* gnu/packages/lxqt.scm (libqtxdg)[propagated-inputs]: Remove qt.
[inputs]: Add qtbase.
Diffstat (limited to 'gnu/packages/lxqt.scm')
-rw-r--r-- | gnu/packages/lxqt.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index 420297065b..13856e71d8 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -49,8 +49,8 @@ #:configure-flags '("-DBUILD_TESTS=ON"))) (native-inputs `(("pkg-config" ,pkg-config))) - (propagated-inputs - `(("qt" ,qt))) ; according to Qt5Xdg.pc + (inputs + `(("qtbase" ,qtbase))) ; according to Qt5Xdg.pc (home-page "https://github.com/lxde/libqtxdg") (synopsis "Qt implementation of freedesktop.org xdg specifications") (description "Libqtxdg implements the freedesktop.org xdg specifications |