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

commit 3495c282baab1d43d017b71d899472325dc0d68e
Author: Sughosha <[email protected]>
AuthorDate: Sun Jul 5 19:21:45 2026 +0530

    gnu: kmessagelib: Propagate more required dependencies.
    
    * gnu/packages/kde-pim.scm (kmessagelib): Update to 25.12.3.
    [inputs]: Remove kcontacts, kservice, and qtwebengine.
    [propagated-inputs]: Add kcontacts, kservice, mimetreeparser, and 
qtwebengine.
---
 gnu/packages/kde-pim.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 2072528e5a..4def032848 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -1986,7 +1986,6 @@ using a Qt/KMime C++ API.")
            kcompletion
            kconfig
            kconfigwidgets
-           kcontacts
            kdbusaddons
            kguiaddons
            ki18n
@@ -2001,7 +2000,6 @@ using a Qt/KMime C++ API.")
            kmbox
            knewstuff
            knotifications
-           kservice
            ksyntaxhighlighting
            ktextwidgets
            ktexttemplate
@@ -2015,18 +2013,21 @@ using a Qt/KMime C++ API.")
            qgpgme
            qtdeclarative
            qtwebchannel
-           qtwebengine
            sonnet))
     (propagated-inputs
      (list akonadi
            akonadi-mime
+           kcontacts
            kidentitymanagement
            kmime
            kpimcommon
            kpimtextedit
+           kservice
            ktextaddons
            libkdepim
-           libkleo))
+           libkleo
+           mimetreeparser
+           qtwebengine))
     (arguments
      (list #:qtbase qtbase
            #:tests? #f     ;TODO many test fail for quite different reasons

Reply via email to