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

commit 440486b2d3938645c9f594deb955ca18f334e762
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 2630e04eca..6894d2a7df 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1885,12 +1885,13 @@ This package is part of the KDE games module.")
     (arguments
      (list #:builder #~(mkdir #$output)))
     (propagated-inputs
-     ;; TODO: kpat, klickety, katomic.
+     ;; TODO: kpat and klickety.
      (list bomber
            bovo
            granatier
            kajongg
            kapman
+           katomic
            kblackbox
            kblocks
            kbounce

Reply via email to