gnu: libqtxdg: Build with qtbase.

* gnu/packages/lxqt.scm (libqtxdg)[propagated-inputs]: Remove qt.
[inputs]: Add qtbase.
This commit is contained in:
Efraim Flashner 2016-06-16 19:11:16 +03:00
parent 3282442be9
commit aa450b2bc4
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -49,8 +49,8 @@ (define-public libqtxdg
#: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