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

commit 3ef8d5d15394679e7e68fd81e99059968838dbca
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 e882bef99c..0050989121 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

Reply via email to