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 aa450b2bc4.
master
Efraim Flashner 2016-06-17 09:14:12 +03:00
parent 668d2352e0
commit 025597393c
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 1 additions and 1 deletions

View File

@ -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")