guix_mirror_bot pushed a commit to branch master
in repository guix.

commit eee600f89484935cc099f7c21415f6353b256139
Author: Sughosha <[email protected]>
AuthorDate: Wed Nov 12 17:00:33 2025 +0530

    gnu: kde-games: Add klickety.
    
    * gnu/packages/kde-games.scm (kde-games)[propagated-inputs]: Add klickety.
    
    Change-Id: I161fb3ef416348c933426a2d353266370d8d5bdc
---
 gnu/packages/kde-games.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index 271302a05d..050183fd6a 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1982,7 +1982,6 @@ This package is part of the KDE games module.")
     (arguments
      (list #:builder #~(mkdir #$output)))
     (propagated-inputs
-     ;; TODO: klickety.
      (list bomber
            bovo
            granatier
@@ -2000,6 +1999,7 @@ This package is part of the KDE games module.")
            killbots
            kiriki
            kjumpingcube
+           klickety
            klines
            kmahjongg
            kmines

Reply via email to