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

commit 2127c771bf5608a80b7aaab27237a5683c714fcf
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 4e8ba738e1..3861426755 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3560,6 +3560,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
@@ -3575,7 +3577,6 @@ window does not need focus for them to be activated.")
            kitemviews
            kwidgetsaddons
            libxkbcommon
-           qtdeclarative
            qtsvg
            qtwayland))
     (arguments

Reply via email to