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

commit 021462fcaa4731441c80dc595189ea7143ace655
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 1 18:52:59 2025 +0530

    gnu: kbreakout: Add qtwayland to inputs.
    
    * gnu/packages/kde-games.scm (kbreakout)[inputs]: Add qtwayland.
    
    Change-Id: Id98bc2894c5aca77a5c32f81ac2162778a17284b
---
 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 b29d01223b..d93576f3f4 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -466,7 +466,8 @@ This package is part of the KDE games module.")
            kwidgetsaddons
            kxmlgui
            libkdegames
-           qtdeclarative))
+           qtdeclarative
+           qtwayland))
     (home-page "https://apps.kde.org/kbreakout/";)
     (synopsis "Breakout like game")
     (description "KBreakout is similar to the classics breakout and xboing,

Reply via email to