gnu: qqc2-desktop-style: Fix missing input 'qtquickcontrols2'.
* gnu/packages/kde-frameworks.scm (qqc2-desktop-style)<inputs>: Add qtquickcontrols2.
This commit is contained in:
parent
21169e3148
commit
7e4e3df4e8
1 changed files with 2 additions and 1 deletions
|
@ -1316,7 +1316,8 @@ (define-public qqc2-desktop-style
|
||||||
("kiconthemes" ,kiconthemes) ; optional
|
("kiconthemes" ,kiconthemes) ; optional
|
||||||
("kirigami" ,kirigami)
|
("kirigami" ,kirigami)
|
||||||
("qtbase" ,qtbase)
|
("qtbase" ,qtbase)
|
||||||
("qtdeclarative" ,qtdeclarative)))
|
("qtdeclarative" ,qtdeclarative)
|
||||||
|
("qtquickcontrols2" ,qtquickcontrols2)))
|
||||||
(home-page "https://community.kde.org/Frameworks")
|
(home-page "https://community.kde.org/Frameworks")
|
||||||
(synopsis "QtQuickControls2 style that integrates with the desktop")
|
(synopsis "QtQuickControls2 style that integrates with the desktop")
|
||||||
(description "This is a style for QtQuickControls2 which is using
|
(description "This is a style for QtQuickControls2 which is using
|
||||||
|
|
Loading…
Reference in a new issue