guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit 554ef900d7c9703f47845e3fe6be95c94aabe45b
Author: Sughosha <[email protected]>
AuthorDate: Sat Jul 4 20:11:18 2026 +0530

    gnu: kguiaddons: Fix importing the required QML modules.
    
    * gnu/packages/kde-frameworks.scm (kguiaddons)[inputs]: Remove 
qtdeclarative.
    [propagated-inputs]: Add qtdeclarative.
---
 gnu/packages/kde-frameworks.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index b0b94d3d84..fd312dec7e 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1089,6 +1089,8 @@ infrastructure.")
                (base32
                 "1ypvvb707piyviq9as1dr3fjdabdk1dscplpv9a668db8n4whab5"))))
     (build-system qt-build-system)
+    ;; As required by kguiaddonsqml.qmltypes.
+    (propagated-inputs (list qtdeclarative))
     ;; TODO: Build packages for the Python bindings.  Ideally this will be
     ;; done for all versions of python guix supports.  Requires python,
     ;; python-sip, clang-python, libclang.  Requires python-2 in all cases for
@@ -1098,7 +1100,6 @@ infrastructure.")
                          wayland-protocols))
     (inputs
      (list libxkbcommon
-           qtdeclarative
            qtwayland
            plasma-wayland-protocols
            wayland))

Reply via email to