guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 6fa8e7ede2c7f32a4812807dd344a007e813c423
Author: Sughosha <[email protected]>
AuthorDate: Sat Mar 7 17:34:52 2026 +0530

    gnu: klickety: Add qtwayland to inputs.
    
    * gnu/packages/kde-games.scm (klickety)[inputs]: Add qtwayland.
    
    Change-Id: I18d9208347e959d0f03f274faf24c0e55b97fdb9
---
 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 52708105ff..b4c4dc0abf 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -779,7 +779,8 @@ This package is part of the KDE games module.")
            kio
            kwidgetsaddons
            kxmlgui
-           libkdegames))
+           libkdegames
+           qtwayland))
     (home-page "https://apps.kde.org/klickety/";)
     (synopsis "Molecular game")
     (description "KAtomic is a fun educational game built around molecular

Reply via email to