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

commit 5574af139efd386220f4fcb0b9a8d9800aed2504
Author: Sughosha <[email protected]>
AuthorDate: Sun Jul 5 20:00:19 2026 +0530

    gnu: ktnef: Move kcalendarcore to propagated-inputs.
    
    * gnu/packages/kde-pim.scm (ktnef)[inputs]: Remove kcalendarcore.
    [propagated-inputs]: Add kcalendarcore.
---
 gnu/packages/kde-pim.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 9174989c97..7fb7b76854 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -2539,11 +2539,12 @@ standard protocols for e-mail transmission.")
        (sha256
         (base32 "0iy73ryjdnxa8bg19lx45c32bak5dgcryrj7aihhlf1bqq4906pk"))))
     (build-system qt-build-system)
+    (propagated-inputs
+     (list kcalendarcore)) ;required by KPim6TnefConfig.cmake
     (native-inputs
      (list extra-cmake-modules))
     (inputs
-     (list kcalendarcore
-           kcalutils
+     (list kcalutils
            kcodecs
            kconfig
            kcontacts

Reply via email to