gnu: sonnet: Add optional input (spell-checker).

* gnu/packages/kde-frameworks.scm (sonnet)[inputs]: Add hunspell; add
  todo comment for other language's spell-checker.
This commit is contained in:
Hartmut Goebel 2017-06-04 18:43:09 +02:00
parent 73a3598df8
commit ab313cd0ba
No known key found for this signature in database
GPG key ID: 634A8DFFD3F631DF

View file

@ -47,6 +47,7 @@ (define-module (gnu packages kde-frameworks)
#:use-module (gnu packages gstreamer)
#:use-module (gnu packages image)
#:use-module (gnu packages kerberos)
#:use-module (gnu packages libreoffice)
#:use-module (gnu packages linux)
#:use-module (gnu packages mp3)
#:use-module (gnu packages pdf)
@ -1192,7 +1193,9 @@ (define-public sonnet
`(("extra-cmake-modules" ,extra-cmake-modules)
("qttools" ,qttools)))
(inputs
`(("qtbase" ,qtbase)))
`(("hunspell" ,hunspell)
;; TODO: hspell (for Hebrew), Voikko (for Finish)
("qtbase" ,qtbase)))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Multi-language spell checker")
(description "Sonnet is a plugin-based spell checking library for Qt-based