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

commit e008a32a6fe97b438d8363ca2d6fa93bbd8e23be
Author: Sughosha <[email protected]>
AuthorDate: Sun Jul 5 20:03:14 2026 +0530

    gnu: libkgapi: Propagate the required dependencies.
    
    * gnu/packages/kde-pim.scm (libkgapi)[inputs]: Remove kcontacts and
    kcalendarcore.
    [propagated-inputs]: Add kcalendarcore and kcontacts.
---
 gnu/packages/kde-pim.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 7fb7b76854..d8728f6dff 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -2620,11 +2620,11 @@ and allows one to view/extract message formatted text 
in Rich Text Format.")
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules qttools))
+    (propagated-inputs
+     (list kcalendarcore kcontacts)) ;required by KPim6GAPIConfig.cmake
     (inputs
      (list cyrus-sasl
            ki18n
-           kcontacts
-           kcalendarcore
            kio
            kwallet
            kwindowsystem

Reply via email to