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

commit 99b23e14f3b5c8db8faae7081e9e0cfc956335d9
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 1 18:53:59 2025 +0530

    gnu: ksudoku: Add qtwayland to inputs.
    
    * gnu/packages/kde-games.scm (ksudoku)[inputs]: Add qtwayland.
    
    Change-Id: If938704de678a8c6cd953669af76f34e1acaf781
---
 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 d525f016c5..a0213ef6db 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -679,7 +679,8 @@ This package is part of the KDE games module.")
            libkdegames
            glu
            qtdeclarative
-           qtsvg))
+           qtsvg
+           qtwayland))
     (home-page "https://apps.kde.org/ksudoku/";)
     (synopsis "Sudoku puzzle game and solver")
     (description "KSudoku is a Sudoku game and solver, supporting a range of

Reply via email to