guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 903911832e062d5c87f2fa99f8cfd612a41d6716
Author: Sughosha <[email protected]>
AuthorDate: Sat Jul 4 20:11:18 2026 +0530
gnu: ki18n: Fix importing the required QML modules.
* gnu/packages/kde-frameworks.scm (ki18n)[inputs]: Remove qtdeclarative.
[propagated-inputs]: Add qtdeclarative.
---
gnu/packages/kde-frameworks.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index adcdb8ce2e..1301ab6310 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1170,11 +1170,12 @@ other special events for a geographical region.")
"0bqqwdbqc8ck85pisgvp29lshfyvvd9kmjyx59rlrn2qj9far4n4"))))
(build-system cmake-build-system)
(propagated-inputs
- (list gettext-minimal))
+ (list gettext-minimal ;required by KF6I18nConfig.cmake
+ qtdeclarative)) ;required by the QML modules
(native-inputs
(list extra-cmake-modules python-minimal tzdata-for-tests))
(inputs
- (list qtbase qtdeclarative iso-codes/pinned))
+ (list qtbase iso-codes/pinned))
(arguments
(list
#:test-exclude