diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-07-07 10:53:21 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-07-07 12:23:39 +0300 |
commit | 5f2074ca66c682c54a1a5679b2e2c265d5feab1c (patch) | |
tree | a73968aabc50e2ccb585929de0ba18597bc068a7 /gnu/packages/kde.scm | |
parent | 05b9c00e597e0597c5c3cef7a0082349d4282864 (diff) | |
download | patches-5f2074ca66c682c54a1a5679b2e2c265d5feab1c.tar patches-5f2074ca66c682c54a1a5679b2e2c265d5feab1c.tar.gz |
gnu: snorenotify: Build with modular qt.
* gnu/packages/kde.scm (snorenotify)[inputs]: Remove qt, add qtbase, qttools.
Diffstat (limited to 'gnu/packages/kde.scm')
-rw-r--r-- | gnu/packages/kde.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ cards.") `(#: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. |