guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 83af34816a1afcd4eb2dc4e15a9691b58621579f
Author: Sughosha <[email protected]>
AuthorDate: Sun Jul 5 20:22:31 2026 +0530
gnu: libksieve: Move ksyntaxhighlighting to propagated-inputs.
* gnu/packages/kde-pim.scm (libksieve)[inputs]: Remove ksyntaxhighlighting.
[propagated-inputs]: Add ksyntaxhighlighting.
---
gnu/packages/kde-pim.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index d8728f6dff..bc8134b83d 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -2709,6 +2709,8 @@ KDE using certificate-based crypto.")
(base32
"039yk6jzw9nxf6pcs6g4cnz2nvmxz0rcqni3q72cdwk0z86ydzad"))))
(build-system qt-build-system)
+ (propagated-inputs
+ (list ksyntaxhighlighting)) ;required by KPim6KManageSieveConfig.cmake
(native-inputs
(list extra-cmake-modules kdoctools))
(inputs
@@ -2727,7 +2729,6 @@ KDE using certificate-based crypto.")
knewstuff
kpimcommon
kpimtextedit
- ksyntaxhighlighting
ktextaddons
ktextwidgets
kwallet