gnu: libqtxdg: Build with qtbase.
* gnu/packages/lxqt.scm (libqtxdg)[propagated-inputs]: Remove qt. [inputs]: Add qtbase.
This commit is contained in:
parent
3282442be9
commit
aa450b2bc4
|
@ -49,8 +49,8 @@
|
|||
#: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
|
||||
|
|
Loading…
Reference in New Issue