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

commit f587ffb6efd927fa5307a27c8a34e41c44750c09
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 1 18:53:49 2025 +0530

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

diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index 6a603179f0..d525f016c5 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -632,7 +632,8 @@ This package is part of the KDE games module.")
            kxmlgui
            libkdegames
            qtdeclarative
-           qtsvg))
+           qtsvg
+           qtwayland))
     (home-page "https://apps.kde.org/kblocks/";)
     (synopsis "Single player falling blocks puzzle game")
     (description "KBlocks is the classic Tetris-like falling blocks game.

Reply via email to