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

commit f3b26600a6acabf161299548c3bda18e1844e0fc
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 1 19:01:00 2025 +0530

    gnu: ksquares: Add qtwayland to inputs.
    
    * gnu/packages/kde-games.scm (ksquares)[inputs]: Add qtwayland.
    
    Change-Id: Ia4857dae6a38acc8a676461ae143875cf7aa00ea
---
 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 f04fd79aad..efc46d5da3 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1723,7 +1723,8 @@ This package is part of the KDE games module.")
            kwidgetsaddons
            kxmlgui
            libkdegames
-           qtdeclarative))
+           qtdeclarative
+           qtwayland))
     (home-page "https://apps.kde.org/ksquares/";)
     (synopsis "Dots and Boxes game")
     (description "KSquares is an implementation of the popular paper based

Reply via email to