mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: plasma-workspace: Add more qml inputs.
* gnu/packages/kde-plasma.scm (plasma-workspace)[inputs]: Add qtquickcontrols-5, plasma-nm, plasma-pa, kscreen. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
6159c32af7
commit
2c787d0064
1 changed files with 7 additions and 1 deletions
|
@ -2412,7 +2412,13 @@ (define-public plasma-workspace
|
|||
libxcursor
|
||||
libkexiv2
|
||||
gpsd
|
||||
zlib))
|
||||
zlib
|
||||
|
||||
;; qml dependency
|
||||
qtquickcontrols-5
|
||||
plasma-nm
|
||||
plasma-pa
|
||||
kscreen))
|
||||
(arguments
|
||||
(list #:phases
|
||||
#~(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue