From 7aac107bde79abac31de73deb2e36114fc96e1cb Mon Sep 17 00:00:00 2001 From: Petr Hodina Date: Fri, 30 Sep 2022 22:57:52 +0200 Subject: gnu: qqc2-desktop-style: Add qtx11extras and sonnet to inputs. * gnu/packages/kde-frameworks.scm (qqc2-desktop-style): Add qtx11extras and sonnet to inputs. Signed-off-by: Marius Bakke --- gnu/packages/kde-frameworks.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index dd6d1b303a..aaa5a82d5f 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -1391,7 +1391,9 @@ (define-public qqc2-desktop-style kirigami qtbase-5 qtdeclarative-5 - qtquickcontrols2-5)) + qtquickcontrols2-5 + qtx11extras ; optional + sonnet)) ; optional (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 -- cgit v1.2.3