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
.
This commit is contained in:
parent
668d2352e0
commit
025597393c
|
@ -49,7 +49,7 @@
|
||||||
#:configure-flags '("-DBUILD_TESTS=ON")))
|
#:configure-flags '("-DBUILD_TESTS=ON")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(propagated-inputs
|
||||||
`(("qtbase" ,qtbase))) ; according to Qt5Xdg.pc
|
`(("qtbase" ,qtbase))) ; according to Qt5Xdg.pc
|
||||||
(home-page "https://github.com/lxde/libqtxdg")
|
(home-page "https://github.com/lxde/libqtxdg")
|
||||||
(synopsis "Qt implementation of freedesktop.org xdg specifications")
|
(synopsis "Qt implementation of freedesktop.org xdg specifications")
|
||||||
|
|
Loading…
Reference in New Issue