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

commit 16e4e2b612866f7069535109ee18bdc877062010
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 1 18:55:17 2025 +0530

    gnu: kblackbox: Add qtwayland to inputs.
    
    * gnu/packages/kde-games.scm (kblackbox)[inputs]: Add qtwayland.
    
    Change-Id: Idbc0f5b29b916c7f439d197d0ea799d485ed73de
---
 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 f77c879f4d..3c2c049241 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -917,7 +917,8 @@ This package is part of the KDE games module.")
            kxmlgui
            libkdegames
            qtdeclarative
-           qtsvg))
+           qtsvg
+           qtwayland))
     (home-page "https://apps.kde.org/kblackbox/";)
     (synopsis "Find atoms in a grid by shooting electrons")
     (description "KBlackbox is a game of hide and seek played on a grid of

Reply via email to