gnu: Fix hunspell-dict-en-* dictionary installation. * gnu/packages/aspell.scm (aspell-word-list)[arguments]: Install the .dic file for all hunspell dictionaries.
1 files changed, 2 insertions(+), 0 deletions(-) M gnu/packages/aspell.scm
M gnu/packages/aspell.scm => gnu/packages/aspell.scm +2 -0
@@ 270,6 270,8 @@ dictionaries, including personal ones.") (doc (string-append out "/share/doc/" ,name))) (mkdir-p myspell) (install-file ,(string-append "speller/" language ".dic") hunspell) (install-file ,(string-append "speller/" language ".aff") hunspell) (symlink hunspell (string-append myspell "/dicts"))