diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index 420297065b54b3d0996f7d7e6a166b5a3d83b3bd..13856e71d83c3c9e99c9bbad361316378d86b7b1 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -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