guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 7a89768613660413fcda19b0dbc5e88e576dafe3
Author: Sughosha <[email protected]>
AuthorDate: Sat Jul 4 20:11:21 2026 +0530
gnu: kpty: Fix finding the required 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 fe086091f6..03652451ea 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2891,11 +2891,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