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

commit 7d542b2b7c817c7f00fc00d90b61e1258026d2f5
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 1 19:00:43 2025 +0530

    gnu: kreversi: Add qtwayland to inputs.
    
    * gnu/packages/kde-games.scm (kreversi)[inputs]: Add qtwayland.
    
    Change-Id: I6629970974dd8583496a31886dec7d70ebd9365a
---
 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 058390f3c2..f04fd79aad 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1680,7 +1680,8 @@ This package is part of the KDE games module.")
            kxmlgui
            libkdegames
            qtdeclarative
-           qtsvg))
+           qtsvg
+           qtwayland))
     (home-page "https://apps.kde.org/kreversi/";)
     (synopsis "Old reversi board game, also known as othello")
     (description "KReversi is a simple one player strategy game played

Reply via email to