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

commit 5739fd184248c90bb692a6c65568c3c2dc42c208
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 1 18:34:00 2025 +0530

    gnu: kirogi: Add qtwayland-5 to inputs.
    
    * gnu/packages/kde-utils.scm (kirogi)[inputs]: Add qtwayland-5.
    
    Change-Id: Ib9390285775a95a3c8fe320ed29f7554270f4ec6
---
 gnu/packages/kde-utils.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm
index 560597fa56..031c1589f3 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -781,7 +781,8 @@ with support for QR scanning.")
                     qtgraphicaleffects
                     qtdeclarative-5
                     qtgamepad-5
-                    qtlocation-5))
+                    qtlocation-5
+                    qtwayland-5))
       (propagated-inputs (list gstreamer))
       (home-page "https://apps.kde.org/kirogi/";)
       (synopsis "Ground control application for drones")

Reply via email to