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

commit 78a56b8020fd66488a4e5e23d7e8511683276413
Author: Sughosha <[email protected]>
AuthorDate: Sat Jul 4 20:11:16 2026 +0530

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

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index f7636e8983..abefac6706 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -211,8 +211,10 @@ common build settings used in software produced by the KDE 
community.")
                 "0gmfzlrbjgxnv9cf35v0aap06qg8s0x7lfijpqg4ynany29q4i7p"))))
     (build-system qt-build-system)
     (arguments (list #:qtbase qtbase))
+    ;; These packages are required by the QML modules.
+    (propagated-inputs (list kirigami qtdeclarative))
     (native-inputs (list extra-cmake-modules glslang pkg-config))
-    (inputs (list qtdeclarative qtshadertools))
+    (inputs (list qtshadertools))
     (home-page "https://api.kde.org/frameworks/kquickcharts/html/index.html";)
     (synopsis "QtQuick plugin providing high-performance charts")
     (description

Reply via email to