guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 463c9168ac985010bac9a528c998100c5a313616
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 1 18:52:31 2025 +0530
gnu: kshisen: Add qtwayland to inputs.
* gnu/packages/kde-games.scm (kshisen)[inputs]: Add qtwayland.
Change-Id: Ic8a33ce8011fcec6d637231b7d5a2e0a0ebfaa52
---
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 afd58d6a5e..0717f2c22d 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -351,7 +351,8 @@ This package is part of the KDE games module.")
kxmlgui
libkdegames
libkmahjongg
- qtdeclarative))
+ qtdeclarative
+ qtwayland))
(arguments (list #:qtbase qtbase))
(home-page "https://apps.kde.org/kshisen/")
(synopsis "Shisen-Sho solitaire game")