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

commit 3c958ea32408146845dcffdb61932b868d8ad4b4
Author: Sughosha <[email protected]>
AuthorDate: Sat Jul 4 20:11:18 2026 +0530

    gnu: kholidays: Fix importing the required QML modules.
    
    * gnu/packages/kde-frameworks.scm (kholidays)[inputs]: Remove qtdeclarative.
    [propagated-inputs]: Add qtdeclarative.
---
 gnu/packages/kde-frameworks.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index fd312dec7e..e882bef99c 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1145,8 +1145,10 @@ interfaces in the areas of colors, fonts, text, images, 
keyboard input.")
               (sha256
                (base32 
"0wafckbsc770rx7gnav2bb507c552a9jbslp2gnpxi05cp59mjal"))))
     (build-system cmake-build-system)
+    ;; As required by kholidaysdeclarativeplugin.qmltypes.
+    (propagated-inputs (list qtdeclarative))
     (native-inputs (list extra-cmake-modules qttools))
-    (inputs (list qtbase qtdeclarative))
+    (inputs (list qtbase))
     (home-page "https://invent.kde.org/frameworks/kholidays";)
     (synopsis "Library for regional holiday information")
     (description "This library provides a C++ API that determines holiday and

Reply via email to