diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-06-17 09:14:12 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-06-17 09:14:12 +0300 |
commit | 025597393c0fbdab17d1784e365330b9326c027f (patch) | |
tree | 5a40cb0c718680973f04b71e4e8c7a02de7eca98 /gnu | |
parent | 668d2352e02606ad11abd3772f106ee89ab02ab4 (diff) | |
download | patches-025597393c0fbdab17d1784e365330b9326c027f.tar patches-025597393c0fbdab17d1784e365330b9326c027f.tar.gz |
gnu: libqtxdg: Move qtbase to propagated-inputs.
* gnu/packages/lxqt.scm (libqtxdg)[inputs]: Move qtbase ...
[propagated-inputs]: ... to here.
This is a follow-up to aa450b2bc41b0cedbebc4f8c0a51867a436cf02b.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/lxqt.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index 35954ac32d..a2c95674d9 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -49,7 +49,7 @@ #:configure-flags '("-DBUILD_TESTS=ON"))) (native-inputs `(("pkg-config" ,pkg-config))) - (inputs + (propagated-inputs `(("qtbase" ,qtbase))) ; according to Qt5Xdg.pc (home-page "https://github.com/lxde/libqtxdg") (synopsis "Qt implementation of freedesktop.org xdg specifications") |