guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 2f7d9f10f79797163914fc5f9cb3e61f8ade0345
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 1 18:56:55 2025 +0530
gnu: kubrik: Add qtwayland to inputs.
* gnu/packages/kde-games.scm (kubrik)[inputs]: Add qtwayland.
Change-Id: Ibd04b02384629d5cfb8bdb50112fc79f9c07ff00
---
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 092705c2ae..e4b4833b7d 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1297,7 +1297,8 @@ This package is part of the KDE games module.")
libkdegames
qtbase
qtdeclarative
- qtsvg))
+ qtsvg
+ qtwayland))
(arguments
(list #:qtbase qtbase
#:tests? #f))