~ruther/guix-local

5f2074ca66c682c54a1a5679b2e2c265d5feab1c — Efraim Flashner 9 years ago 05b9c00
gnu: snorenotify: Build with modular qt.

* gnu/packages/kde.scm (snorenotify)[inputs]: Remove qt, add qtbase, qttools.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/kde.scm
M gnu/packages/kde.scm => gnu/packages/kde.scm +2 -1
@@ 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.