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

commit 656ac3f1b3e3a0976dfa6e41a4a9fc9c012a8cec
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 1 19:00:27 2025 +0530

    gnu: knavalbattle: Add qtwayland to inputs.
    
    * gnu/packages/kde-games.scm (knavalbattle)[inputs]: Add qtwayland.
    
    Change-Id: I77ade1ad7b5b05a69ae368c77f1ddab6fc6231c5
---
 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 29ac31ccb0..058390f3c2 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1637,7 +1637,8 @@ This package is part of the KDE games module.")
            ktextwidgets
            kxmlgui
            libkdegames
-           qtdeclarative))
+           qtdeclarative
+           qtwayland))
     (home-page "https://apps.kde.org/knavalbattle/";)
     (synopsis "Battleship board game with built-in game server")
     (description "KBattleship is a Battle Ship game for KDE.

Reply via email to