diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2018-02-19 20:05:56 +0100 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2018-02-19 20:30:53 +0100 |
commit | 7e4e3df4e86fa825f66ade5585a5a8cdf76d8d1c (patch) | |
tree | 473f6b804b13868955f81ac35c216184538309f2 /gnu/packages | |
parent | 21169e314887700a5e8a9afe39baa4a07a109a36 (diff) | |
download | patches-7e4e3df4e86fa825f66ade5585a5a8cdf76d8d1c.tar patches-7e4e3df4e86fa825f66ade5585a5a8cdf76d8d1c.tar.gz |
gnu: qqc2-desktop-style: Fix missing input 'qtquickcontrols2'.
* gnu/packages/kde-frameworks.scm (qqc2-desktop-style)<inputs>:
Add qtquickcontrols2.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 4a577d5dd9..84b45961b5 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -1316,7 +1316,8 @@ provides uniform access to generation of barcodes with data.") ("kiconthemes" ,kiconthemes) ; optional ("kirigami" ,kirigami) ("qtbase" ,qtbase) - ("qtdeclarative" ,qtdeclarative))) + ("qtdeclarative" ,qtdeclarative) + ("qtquickcontrols2" ,qtquickcontrols2))) (home-page "https://community.kde.org/Frameworks") (synopsis "QtQuickControls2 style that integrates with the desktop") (description "This is a style for QtQuickControls2 which is using |