~ruther/guix-local

025597393c0fbdab17d1784e365330b9326c027f — Efraim Flashner 9 years ago 668d235
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.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/lxqt.scm
M gnu/packages/lxqt.scm => gnu/packages/lxqt.scm +1 -1
@@ 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")