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

commit 37b750a481b2fc295b53d76389ba30528137efc2
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 1 18:55:35 2025 +0530

    gnu: knetwalk: Add qtwayland to inputs.
    
    * gnu/packages/kde-games.scm (knetwalk)[inputs]: Add qtwayland.
    
    Change-Id: I3cb6215fc4b67d77ba74a9aff4606d8a5fc6b68d
---
 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 3c2c049241..e5ba3aec68 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -959,7 +959,8 @@ This package is part of the KDE games module.")
            kwidgetsaddons
            kxmlgui
            libkdegames
-           qtdeclarative))
+           qtdeclarative
+           qtwayland))
     (home-page "https://apps.kde.org/knetwalk/";)
     (synopsis "Turn the board pieces to get all computers connected")
     (description "KNetWalk is a small game where you have to build up a

Reply via email to