guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 1f03d92b599ff1d78a2583904f2369bb831c9128
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 a218835820..8e2d752b88 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