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

commit 6d1d004359c77e738330ca3aad3eb4b253e445a0
Author: Sughosha <[email protected]>
AuthorDate: Sat Jul 4 20:11:19 2026 +0530

    gnu: kirigami: Fix finding the required dependencies.
    
    * gnu/packages/kde-frameworks.scm (kirigami)[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 1301ab6310..40a718d001 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1281,13 +1281,15 @@ or user activity.")
           (add-before 'check 'set-offscreen-display
             (lambda _
               (setenv "QT_QPA_PLATFORM" "offscreen"))))))
+    ;; As required by KF6KirigamiConfig.cmake.
+    (propagated-inputs
+     (list qtdeclarative))
     (native-inputs
      (list extra-cmake-modules qttools))
     (inputs
      (list kwindowsystem
            qtshadertools
            qtbase
-           qtdeclarative
            qtsvg
            libxkbcommon))
     (home-page "https://community.kde.org/Frameworks";)

Reply via email to