mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: sonnet: Add support for aspell dictionaries.
* gnu/packages/kde-frameworks.scm (sonnet)[inputs]: Add aspell.
This commit is contained in:
parent
2df940ab27
commit
5b3931c2ae
1 changed files with 3 additions and 1 deletions
|
@ -40,6 +40,7 @@ (define-module (gnu packages kde-frameworks)
|
|||
#:use-module (gnu packages acl)
|
||||
#:use-module (gnu packages admin)
|
||||
#:use-module (gnu packages aidc)
|
||||
#:use-module (gnu packages aspell)
|
||||
#:use-module (gnu packages attr)
|
||||
#:use-module (gnu packages avahi)
|
||||
#:use-module (gnu packages base)
|
||||
|
@ -1450,7 +1451,8 @@ (define-public sonnet
|
|||
(native-inputs
|
||||
(list extra-cmake-modules pkg-config qttools-5))
|
||||
(inputs
|
||||
(list hunspell
|
||||
(list aspell
|
||||
hunspell
|
||||
;; TODO: hspell (for Hebrew), Voikko (for Finish)
|
||||
qtdeclarative-5
|
||||
qtbase-5))
|
||||
|
|
Loading…
Reference in a new issue