guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 8c09df99c99a2b57c85a3097cb4582fd3d44a017
Author: Sughosha <[email protected]>
AuthorDate: Sat Jul 4 20:11:21 2026 +0530
gnu: kcontacts: Fix importing the required QML modules.
* gnu/packages/kde-frameworks.scm (kcontacts)[inputs]: Remove qtdeclarative.
[propagated-inputs]: Add qtdeclarative.
---
gnu/packages/kde-frameworks.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 889a21770b..0c4f453cce 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2322,10 +2322,12 @@ integrated it into your application's other widgets.")
(native-inputs (list extra-cmake-modules
;; for test
iso-codes))
- (inputs (list qtdeclarative))
(propagated-inputs
- (list ;; As required by KF6ContactsConfig.cmake.
- kcodecs kconfig kcoreaddons ki18n))
+ (list
+ ;; As required by KF6ContactsConfig.cmake.
+ kcodecs kconfig kcoreaddons ki18n
+ ;; As required by kcontactsqml.qmltypes.
+ qtdeclarative))
(arguments
(list
#:qtbase qtbase