From 5f2074ca66c682c54a1a5679b2e2c265d5feab1c Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Thu, 7 Jul 2016 10:53:21 +0300 Subject: gnu: snorenotify: Build with modular qt. * gnu/packages/kde.scm (snorenotify)[inputs]: Remove qt, add qtbase, qttools. --- gnu/packages/kde.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index 8b09c22a8e..34a5046d20 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -70,7 +70,8 @@ (define-public snorenotify `(#:tests? #f)) ; both tests fail, require display (inputs `(("extra-cmake-modules" ,extra-cmake-modules) - ("qt" ,qt))) + ("qtbase" ,qtbase) + ("qttools" ,qttools))) (home-page "https://techbase.kde.org/Projects/Snorenotify") (synopsis "Qt notification framework") (description "Snorenotify is a multi platform Qt notification framework. -- cgit v1.2.3