gnu: system-settings: Adjust inputs.

* gnu/packages/kde-plasma.scm (system-settings)
[inputs]: Add missing inputs for online accounts integration.

`qtwebengine' propagates the `QTWEBENGINEPROCESS_PATH' to the `qt-wrap' phase,
this is required as an input of `system-settings' because the NextCloud
account integration, provided `kaccounts-providers', relies on the
`systemsettings' binary invoking `QtWebEngineProcess'.

Change-Id: I5af522af5c8ebd271165316ea41ada8a71c1ecfe
Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
Sergio Pastor Pérez 2025-05-11 13:43:58 +02:00 committed by Zheng Junjie
parent c9d655330d
commit 28fe618626
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -3103,7 +3103,9 @@ of a Plasma shell.")
"18vx02nwd7fq3r3smrq3yviz6x4n17b8kidrnfkmkdycfxi2dsn0"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list kauth
(inputs (list kaccounts-integration
kaccounts-providers
kauth
kcrash
kitemviews
kitemmodels
@ -3125,7 +3127,8 @@ of a Plasma shell.")
knotifications
krunner
plasma-workspace
qtdeclarative))
qtdeclarative
qtwebengine))
(arguments (list #:qtbase qtbase))
(synopsis "Control center to configure Plasma Desktop")
(description "This package provides configuration UI for Plasma Desktop.")