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

commit e148c7dd8971e081da0f0a722ca6ed2d6c7cbc4b
Author: Sughosha <[email protected]>
AuthorDate: Sun Jul 5 15:07:22 2026 +0530

    gnu: kaccounts-providers: Propagate the required dependencies.
    
    * gnu/packages/kde-pim.scm (kaccounts-providers)[inputs]: Remove
    kaccounts-integration and qtwebengine.
    [propagated-inputs]: Add kaccounts-integration, kirigami, qtdeclarative, and
    qtwebengine.
---
 gnu/packages/kde-pim.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 61b34460c2..6add949a4f 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -870,15 +870,16 @@ management system and its Plasma integration components.")
                (base32
                 "1g76wgpgil10cmaya36gfxix7ia45nhhhf4x2z8jl4hwc1g4brhc"))))
     (build-system qt-build-system)
+    ;; These packages are required by the QML modules.
+    (propagated-inputs
+     (list kaccounts-integration kirigami qtdeclarative qtwebengine))
     (native-inputs (list extra-cmake-modules intltool))
-    (inputs (list kaccounts-integration
-                  kcoreaddons
+    (inputs (list kcoreaddons
                   kdeclarative
                   kpackage
                   ki18n
                   kio
                   libaccounts-qt6
-                  qtwebengine
                   qcoro-qt6
                   signond-qt6))
     (arguments

Reply via email to