gnu: kdeconnect: Fix launching kdeconnect-app.
* gnu/packages/kde.scm (kdeconnect)[inputs]: Add qtgraphicaleffects, qtquickcontrols, qtquickcontrols2.
This commit is contained in:
parent
5cdf77fd75
commit
31113b6f33
1 changed files with 3 additions and 0 deletions
|
@ -628,7 +628,10 @@ different notification systems.")
|
||||||
("qca" ,qca)
|
("qca" ,qca)
|
||||||
("qtbase" ,qtbase)
|
("qtbase" ,qtbase)
|
||||||
("qtdeclarative" ,qtdeclarative)
|
("qtdeclarative" ,qtdeclarative)
|
||||||
|
("qtgraphicaleffects" ,qtgraphicaleffects)
|
||||||
("qtmultimedia" ,qtmultimedia)
|
("qtmultimedia" ,qtmultimedia)
|
||||||
|
("qtquickcontrols" ,qtquickcontrols)
|
||||||
|
("qtquickcontrols2" ,qtquickcontrols2)
|
||||||
("qtx11extras" ,qtx11extras)))
|
("qtx11extras" ,qtx11extras)))
|
||||||
(home-page "https://community.kde.org/KDEConnect")
|
(home-page "https://community.kde.org/KDEConnect")
|
||||||
(synopsis "Enable your devices to communicate with each other")
|
(synopsis "Enable your devices to communicate with each other")
|
||||||
|
|
Reference in a new issue