guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 31790117ce43870ad8ba8a4d56974b7d3e2a048f
Author: Sughosha <[email protected]>
AuthorDate: Sat Jul 4 20:11:24 2026 +0530
gnu: kde-frameworkintegration: Fix finding the required CMake dependencies.
* gnu/packages/kde-frameworks.scm (kde-frameworkintegration)[inputs]: Remove
kiconthemes and kwidgetsaddons.
[propagated-inputs]: Add kcolorscheme, kiconthemes, and kwidgetsaddons.
---
gnu/packages/kde-frameworks.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 61e2755e2a..2a05a52a8e 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4955,6 +4955,9 @@ applications.")
(base32
"1kb69wv6hkdrswbi5jxlz0wvzcakfvkf6xmkhqldrsdq7h86wibk"))))
(build-system cmake-build-system)
+ ;; As required by KF6FrameworkIntegrationConfig.cmake.
+ (propagated-inputs
+ (list kcolorscheme kiconthemes kwidgetsaddons))
(native-inputs
(list extra-cmake-modules pkg-config))
(inputs (list packagekit-qt6
@@ -4963,12 +4966,10 @@ applications.")
kconfigwidgets
kcoreaddons
ki18n
- kiconthemes
kitemviews
knewstuff
knotifications
kpackage
- kwidgetsaddons
qtbase))
(arguments
(list #:phases