Skip to content
Snippets Groups Projects
Unverified Commit aa450b2b authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: libqtxdg: Build with qtbase.

* gnu/packages/lxqt.scm (libqtxdg)[propagated-inputs]: Remove qt.
[inputs]: Add qtbase.
parent 3282442b
No related branches found
No related tags found
No related merge requests found
...@@ -49,8 +49,8 @@ (define-public libqtxdg ...@@ -49,8 +49,8 @@ (define-public libqtxdg
#:configure-flags '("-DBUILD_TESTS=ON"))) #:configure-flags '("-DBUILD_TESTS=ON")))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
(propagated-inputs (inputs
`(("qt" ,qt))) ; 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")
(description "Libqtxdg implements the freedesktop.org xdg specifications (description "Libqtxdg implements the freedesktop.org xdg specifications
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment