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

commit 44a463ec02d167483fe0fcd8ce609a8da00f81f8
Author: Sughosha <[email protected]>
AuthorDate: Sat Jul 4 20:11:21 2026 +0530

    gnu: kpty: Fix finding the required CMake dependencies.
    
    * gnu/packages/kde-frameworks.scm (kpty)[inputs]: Remove kcoreaddons.
    [propagated-inputs]: Add kcoreaddons.
---
 gnu/packages/kde-frameworks.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 4cbf1e5899..21d3fcde0d 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2889,11 +2889,13 @@ were traditional plugins.")
                (base32
                 "0ldrln2h4cxdf41qcnfprqnp3inpb223z4j73rnz4lncp6v8w8d1"))))
     (build-system cmake-build-system)
+    (propagated-inputs
+     (list kcoreaddons)) ;required by KF6PtyConfig.cmake
     (native-inputs
      (list extra-cmake-modules))
     (inputs
      ;; TODO: utempter, for managing UTMP entries
-     (list kcoreaddons ki18n qtbase))
+     (list ki18n qtbase))
     (arguments
      (list #:tests? #f ; FIXME: 1/1 tests fail.
            #:phases #~(modify-phases %standard-phases

Reply via email to