guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 099a3633726701607efd82c6db2a8c7f0e3e9fd9
Author: Sughosha <[email protected]>
AuthorDate: Wed Nov 12 16:09:53 2025 +0530

    gnu: kde-games: Add katomic.
    
    * gnu/packages/kde-games.scm (kde-games)[propagated-inputs]: Add katomic.
    
    Change-Id: I8e6c7d0045d2773e000c62e17b699dc49492f682
---
 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 8116cb5666..9b9a57848a 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1944,12 +1944,13 @@ This package is part of the KDE games module.")
     (arguments
      (list #:builder #~(mkdir #$output)))
     (propagated-inputs
-     ;; TODO: klickety, katomic.
+     ;; TODO: klickety.
      (list bomber
            bovo
            granatier
            kajongg
            kapman
+           katomic
            kblackbox
            kblocks
            kbounce

Reply via email to