mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06:00
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:
parent
c9d655330d
commit
28fe618626
1 changed files with 5 additions and 2 deletions
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue