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

commit 2ad719f5eb3f0f21d21a51e03ac0917176090d3c
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 1 18:51:40 2025 +0530

    gnu: picmi: Add qtwayland to inputs.
    
    * gnu/packages/kde-games.scm (picmi)[inputs]: Add qtwayland.
    
    Change-Id: I852efb03fb1cf4afefcbae26bd30ef83a08096c4
---
 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 51dc41dbca..8598e46a66 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -171,7 +171,8 @@ This package is part of the KDE games module.")
            kxmlgui
            libkdegames
            qtdeclarative
-           qtsvg))
+           qtsvg
+           qtwayland))
     (home-page "https://apps.kde.org/picmi/";)
     (synopsis "Number logic game")
     (description "Picmi is a number logic game in which cells in a grid have

Reply via email to