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

commit d68aa96d0dedec349672695ee9cebfbcabd91c25
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 827a64a7f6..60863a6b3e 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.

Reply via email to