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

commit d72627cc022c3cf6e59b37690eb6c8c331f9fe30
Author: Sughosha <[email protected]>
AuthorDate: Wed Jul 8 14:08:12 2026 +0530

    gnu: palapeli: Propagate ki18n.
    
    * gnu/packages/kde-games.scm (palapeli)[inputs]: Remove ki18n.
    [propagated-inputs]: Add ki18n.
---
 gnu/packages/kde-games.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index b8afdfe541..3f5e47206c 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1217,6 +1217,9 @@ This package is part of the KDE games module.")
        (sha256
         (base32 "1r95rl398k9ja8qhdcbp6175wd8wllbq9053mnfz5a4gmvb5r3ss"))))
     (build-system qt-build-system)
+    ;; As required by PalaConfig.cmake.
+    (propagated-inputs
+     (list ki18n))
     (native-inputs
      (list extra-cmake-modules kdoctools))
     (inputs
@@ -1227,7 +1230,6 @@ This package is part of the KDE games module.")
            kcoreaddons
            kcrash
            kdbusaddons
-           ki18n
            kiconthemes
            kio
            kitemviews

Reply via email to