guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit ff22b71066dee850dea5d7ab5474605ba3bedc60
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 1 18:55:47 2025 +0530
gnu: bomber: Add qtwayland to inputs.
* gnu/packages/kde-games.scm (bomber)[inputs]: Add qtwayland.
Change-Id: I8f4541d7433753088a2a38f693f466c3db997409
---
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 e5ba3aec68..02a2627fa8 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -998,7 +998,8 @@ This package is part of the KDE games module.")
kiconthemes
kxmlgui
libkdegames
- qtdeclarative))
+ qtdeclarative
+ qtwayland))
(arguments
(list #:qtbase qtbase
#:tests? #f))