guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit fb500c523ff84f73016a4ce053bfb970e58523e2
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 1 18:57:44 2025 +0530
gnu: bovo: Add qtwayland to inputs.
* gnu/packages/kde-games.scm (bovo)[inputs]: Add qtwayland.
Change-Id: Ia3c465fa5cde38dbb202ff89109f380b5241494b
---
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 a96f3c2ea2..3cb87748ce 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1463,7 +1463,8 @@ This package is part of the KDE games module.")
kxmlgui
libkdegames
qtdeclarative
- qtsvg))
+ qtsvg
+ qtwayland))
(arguments
(list #:qtbase qtbase
#:tests? #f))