guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit d6c996de64569c7f6cea34c5b838a4e04092bef1
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 1 18:54:27 2025 +0530

    gnu: kgoldrunner: Add qtwayland to inputs.
    
    * gnu/packages/kde-games.scm (kgoldrunner)[inputs]: Add qtwayland.
    
    Change-Id: I438ae89299d87297a14f7d2f4abbd1ff9ba441ed
---
 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 722cb21eeb..6535ab2304 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -786,7 +786,8 @@ This package is part of the KDE games module.")
            kxmlgui
            libkdegames
            qtbase
-           qtdeclarative))
+           qtdeclarative
+           qtwayland))
     (home-page "https://apps.kde.org/kgoldrunner/";)
     (synopsis "Action and puzzle solving game")
     (description "KGoldrunner is an action game where the hero runs through a

Reply via email to