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

commit 6bdb2f1b6fe51346c9b0a37f693b9ccd64897993
Author: Sughosha <[email protected]>
AuthorDate: Sun Jul 5 14:19:22 2026 +0530

    gnu: akonadi: Propagate the required dependencies.
    
    * gnu/packages/kde-pim.scm (akonadi)[inputs]: Remove kconfig, 
kconfigwidgets,
    kcoreaddons, kitemmodels, and kxmlgui.
    [propagated-inputs]: Add kconfig, kconfigwidgets, kcoreaddons, kitemmodels,
    kxmlgui, kirigami, kirigami-addons, and qtdeclarative.
---
 gnu/packages/kde-pim.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 958861b918..a76a969e79 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -197,25 +197,25 @@ multi-floor indoor maps.")
     (inputs
      (list boost
            libaccounts-qt6
-           kconfig
-           kconfigwidgets
-           kcoreaddons
            kcrash
            ki18n
            kiconthemes
            kio
-           kitemmodels
            kitemviews
            kwidgetsaddons
            kwindowsystem
-           kxmlgui
            libxml2
            libxslt
            ;; Do NOT add mysql or postgresql to the inputs. Otherwise the 
binaries
            ;; and wrapped files will refer to them, even if the user choices 
none
            ;; of these.  Executables are searched on $PATH then.
            signond-qt6))
-    (propagated-inputs (list sqlite kaccounts-integration))
+    (propagated-inputs
+     (list sqlite kaccounts-integration
+           ;; As required by KPim6AkonadiConfig.cmake.
+           kconfig kconfigwidgets kcoreaddons kitemmodels kxmlgui
+           ;; As required by the QML modules.
+           kirigami kirigami-addons qtdeclarative))
     (arguments
      (list #:qtbase qtbase
            #:tests? #f

Reply via email to