aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/kde-plasma.scm15
1 files changed, 14 insertions, 1 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 279eaff075..1d2e7b4936 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2605,7 +2605,20 @@ of a Plasma shell.")
knotifications
krunner
plasma-workspace
- qtdeclarative-5))
+ qtdeclarative-5
+ ;; qml's indirect dependency
+ ;; XXX: make them propagated dependency runtime qml module
+ qtquickcontrols-5
+ qtquickcontrols2-5
+ kirigami-addons
+ qtgraphicaleffects
+ kdeclarative
+ kuserfeedback
+ knewstuff
+ plasma-pa
+ bluez-qt
+ kwin
+ bluedevil))
(synopsis "Control center to configure Plasma Desktop")
(description "This package provides configuration UI for Plasma Desktop.")
(home-page "https://invent.kde.org/plasma/systemsettings")