diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2018-02-04 23:35:27 +0100 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2018-02-18 19:21:40 +0100 |
commit | ac5f3988c4e6082e7c1be0a7fe9664820db33790 (patch) | |
tree | fd0c3a67c2428cf3f6a0164e8e88043b61571282 /gnu/packages/kde-frameworks.scm | |
parent | 96e622f15d5cf5b8d912ab6d1bda437802f4f167 (diff) |
gnu: knotifications: Add optional input "qtspeech".
* gnu/pacakges/kde-frameworks.scm (knotifications)[inputs]: Add
qtspeech.
Diffstat (limited to 'gnu/packages/kde-frameworks.scm')
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 2 |
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))) |