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

commit bc750e0c82d0b72aa4ba33c8b716fd1c5d6963d3
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 1 18:54:15 2025 +0530

    gnu: klines: Add qtwayland to inputs.
    
    * gnu/packages/kde-games.scm (klines)[inputs]: Add qtwayland.
    
    Change-Id: I25c3177f3f8cc58b03c8a0cb2e495f56276aa254
---
 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 a0213ef6db..722cb21eeb 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -738,7 +738,8 @@ This package is part of the KDE games module.")
            kwidgetsaddons
            kxmlgui
            libkdegames
-           qtdeclarative))
+           qtdeclarative
+           qtwayland))
     (home-page "https://apps.kde.org/klines/";)
     (synopsis "Place 5 equal pieces together, but wait, there are 3 new ones")
     (description "KLines is a simple but highly addictive one player game.

Reply via email to