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

commit 494c4a8f9760c210f2c8f42f5e9238fe1f971921
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 1 19:01:14 2025 +0530

    gnu: kjumpingcube: Add qtwayland to inputs.
    
    * gnu/packages/kde-games.scm (kjumpingcube)[inputs]: Add qtwayland.
    
    Change-Id: I342207ff90fb8633edb2249881c7c61fd8a3f8e6
---
 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 efc46d5da3..6c23968991 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1764,7 +1764,8 @@ This package is part of the KDE games module.")
            kxmlgui
            libkdegames
            qtdeclarative
-           qtsvg))
+           qtsvg
+           qtwayland))
     (home-page "https://apps.kde.org/kjumpingcube/";)
     (synopsis "Simple tactical game for number-crunchers")
     (description "KJumpingcube is a simple tactical game for one or two

Reply via email to