guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 9057bae8b6cc12a59541412c79fe807d3265aeab
Author: Sughosha <[email protected]>
AuthorDate: Sat Jul 4 20:11:20 2026 +0530
gnu: ksyntaxhighlighting: Fix importing the required QML modules.
* gnu/packages/kde-frameworks.scm (ksyntaxhighlighting)[inputs]: Remove
qtdeclarative.
[propagated-inputs]: Add qtdeclarative.
---
gnu/packages/kde-frameworks.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 47340bc502..ae453657fd 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1506,10 +1506,12 @@ re-coloring and on-disk caching.")
(base32
"13n3ch1k3jrj7wyi021xpjqgy53swkzkjng597hhp95ymcmsqpn9"))))
(build-system cmake-build-system)
+ (propagated-inputs
+ (list qtdeclarative)) ;required by kquicksyntaxhighlightingplugin.qmltypes
(native-inputs
(list extra-cmake-modules perl qttools))
(inputs
- (list qtbase qtdeclarative))
+ (list qtbase))
(arguments
(list
#:tests? #f ;; XXX: Fix tests.