guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 23aa9f75344b102a6268b55bc632004032b842ef
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 1 18:52:46 2025 +0530
gnu: kajongg: Add qtwayland to inputs.
* gnu/packages/kde-games.scm (kajongg)[inputs]: Add qtwayland.
Change-Id: I61035e8112e7d862c15775eb5c9a08b2352b661d
---
gnu/packages/kde-games.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index 0717f2c22d..b29d01223b 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -420,6 +420,7 @@ This package is part of the KDE games module.")
python-qtpy
python-zope-interface
qtsvg
+ qtwayland
vorbis-tools))
(home-page "https://apps.kde.org/kajongg/")
(synopsis "Classical Mah Jongg game for 4 players")