guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit d8e897f64d0e7cdfd846cc2cf36dbb30e5a184ea
Author: Sughosha <[email protected]>
AuthorDate: Tue Jul 7 21:07:36 2026 +0530
gnu: milou: Propagate the dependencies required by the plasmoid.
* gnu/packages/kde-plasma.scm (milou)[inputs]: Remove libplasma and
qtdeclarative.
[propagated-inputs]: Add kirigami, libplasma, and qtdeclarative.
---
gnu/packages/kde-plasma.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 0b38296981..48803e191f 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1711,17 +1711,17 @@ conjunction with the KDE Plasma Desktop.")
(base32
"1pc97l90l7fw6s6lmqkh22rci24d8b48ycwpv404iyyr0ad0j7g8"))))
(build-system qt-build-system)
+ ;; As required to be imported by the plasmoid on runtime.
+ (propagated-inputs (list kirigami libplasma qtdeclarative))
(native-inputs (list extra-cmake-modules))
(inputs (list kcoreaddons
ki18n
kdeclarative
kitemmodels
kservice
- libplasma
kwindowsystem
krunner
- ksvg
- qtdeclarative))
+ ksvg))
(arguments (list #:qtbase qtbase
#:tests? #f))
(synopsis "Dedicated search application built on top of Baloo")