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

commit 3f4542b6ecbb20cf86805b0135da8a19daccfbaa
Author: Sughosha <[email protected]>
AuthorDate: Sun Jul 5 15:37:24 2026 +0530

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

diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 6add949a4f..d207a71a22 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -945,15 +945,14 @@ calendaring applications.")
        (sha256
         (base32 "0d520aalixqvc624kyag7s93figr6ii2pfjjkffrr4mp8gpxym4d"))))
     (build-system qt-build-system)
+    (propagated-inputs
+     (list kcoreaddons kconfig kcalendarcore))
     (native-inputs
      (list extra-cmake-modules libxml2)) ;; xmllint required for tests
     (inputs
      (list breeze-icons ; default icon set, required for tests
-           kcalendarcore
            kcodecs
-           kconfig
            kconfigwidgets
-           kcoreaddons
            ki18n
            kiconthemes
            kidentitymanagement

Reply via email to