guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit ddf44d1f3399d241ed660bab7ae5e91338c3327b
Author: Sughosha <[email protected]>
AuthorDate: Sat Jul 4 20:11:18 2026 +0530
gnu: kcoreaddons: Fix importing the required QML modules.
* gnu/packages/kde-frameworks.scm (kcoreaddons)[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 8f0e133b98..b0b94d3d84 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -871,8 +871,9 @@ kconfiggui-kstandardshortcutwatchertest)"
(base32
"0g9jkk2dkqxck0m30bn1f6h04cdzj2ykpjxgsqsifmr4ywnsj11d"))))
(build-system qt-build-system)
+ ;; As required by kcoreaddonsplugin.qmltypes.
+ (propagated-inputs (list qtdeclarative))
(native-inputs (list extra-cmake-modules qttools shared-mime-info))
- (inputs (list qtdeclarative))
(arguments
(list
#:qtbase qtbase