guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 4e552489891469bb4ec9e8a423907b43355cbc5e
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 564afaff49..1a4d06e854 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3987,18 +3987,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