guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit e65a65be8997e6aa00c10453445fd375b1281e4c
Author: Sughosha <[email protected]>
AuthorDate: Sat Jul 4 20:11:23 2026 +0530
gnu: knewstuff: Fix importing the required QML modules.
* gnu/packages/kde-frameworks.scm (knewstuff)[inputs]: Remove kirigami and
qtdeclarative.
[propagated-inputs]: Add kcmutils, kirigami, and qtdeclarative.
---
gnu/packages/kde-frameworks.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 2e00f53c88..6b7dd446d6 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3989,18 +3989,18 @@ and desktop experiences.")
"1595rrsydg0r76k853v2d5gapfs5xls6rvdcxan99x7i3nvvvx62"))))
(build-system qt-build-system)
(propagated-inputs
- (list attica
- kcoreaddons))
+ (list ;; Required by KF6NewStuffCoreConfig.cmake.
+ attica kcoreaddons
+ ;; Required by the QML modules.
+ kcmutils kirigami qtdeclarative))
(native-inputs
(list extra-cmake-modules qttools))
(inputs
(list karchive
kconfig
- kirigami
ki18n
kpackage
kwidgetsaddons
- qtdeclarative
qtwayland
syndication))
(arguments