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

commit 27ae62dfd0304b89a10ef588424d744ce4a596d0
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 ffd2038994..f798737911 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