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

commit a2ceef6cc8bef3816fecbc183f9629ea1a2c3f97
Author: Sughosha <[email protected]>
AuthorDate: Sat Jul 4 20:11:22 2026 +0530

    gnu: kiconthemes: Fix importing the required QML modules.
    
    * gnu/packages/kde-frameworks.scm (kiconthemes)[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 8d2987d067..14ee2da680 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3558,6 +3558,8 @@ window does not need focus for them to be activated.")
                (base32
                 "0zh1m4n52zfwxlx0lz040sldl54hdf9mhl8ypij31vszz2xgrvvn"))))
     (build-system qt-build-system)
+    (propagated-inputs
+     (list qtdeclarative)) ;required by iconthemesplugin.qmltypes
     (native-inputs
      (list extra-cmake-modules qttools shared-mime-info))
     (inputs
@@ -3573,7 +3575,6 @@ window does not need focus for them to be activated.")
            kitemviews
            kwidgetsaddons
            libxkbcommon
-           qtdeclarative
            qtsvg
            qtwayland))
     (arguments

Reply via email to