guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit cf651c1b222d391ee681ae0cc7e14ecd8745c089
Author: Sughosha <[email protected]>
AuthorDate: Sat Jul 4 20:11:19 2026 +0530
gnu: ksvg: Fix importing the required QML modules.
* gnu/packages/kde-frameworks.scm (ksvg)[inputs]: Remove qtdeclarative.
[propagated-inputs]: Add qtdeclarative.
---
gnu/packages/kde-frameworks.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 14b16fda8a..827a64a7f6 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1462,11 +1462,12 @@ pixel units.")
(base32
"0bi3cfbsmq5wsdlpw4bs50r0jkmw6va01nc4722n3fzfi7yh5qs4"))))
(build-system qt-build-system)
+ (propagated-inputs
+ (list qtdeclarative)) ;required by corebindingsplugin.qmltypes
(native-inputs
(list extra-cmake-modules qttools))
(inputs
(list
- qtdeclarative
qtsvg
karchive
kconfig