guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit e1636d3fc98c7f9824a3bd58e705612da3128d2c
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 c84f676d24..3793627f53 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