summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2018-02-04 23:35:27 +0100
committerHartmut Goebel <h.goebel@crazy-compilers.com>2018-02-18 19:21:40 +0100
commitac5f3988c4e6082e7c1be0a7fe9664820db33790 (patch)
treefd0c3a67c2428cf3f6a0164e8e88043b61571282 /gnu/packages
parent96e622f15d5cf5b8d912ab6d1bda437802f4f167 (diff)
downloadguix-ac5f3988c4e6082e7c1be0a7fe9664820db33790.tar.gz
gnu: knotifications: Add optional input "qtspeech".
* gnu/pacakges/kde-frameworks.scm (knotifications)[inputs]: Add
  qtspeech.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/kde-frameworks.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index ba03952ccc..2583c8530c 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1777,7 +1777,7 @@ asynchronous jobs.")
        ("kwindowsystem" ,kwindowsystem)
        ("phonon" ,phonon)
        ("qtbase" ,qtbase)
-       ;; TODO: qtspeech (new in Qt 5.9)
+       ("qtspeech" ,qtspeech)
        ;; TODO: Think about adding dbusmenu-qt5 from
        ;; https://launchpad.net/libdbusmenu-qt
        ("qtx11extras" ,qtx11extras)))