gnu: knotifications: Add optional input "qtspeech".

* gnu/pacakges/kde-frameworks.scm (knotifications)[inputs]: Add
  qtspeech.
This commit is contained in:
Hartmut Goebel 2018-02-04 23:35:27 +01:00
parent 96e622f15d
commit ac5f3988c4
No known key found for this signature in database
GPG key ID: 634A8DFFD3F631DF

View file

@ -1777,7 +1777,7 @@ (define-public knotifications
("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)))