~ruther/guix-local

d4d7d70912642be18d93c9ce6470f8650097b5e5 — Kei Kebreau 8 years ago 0af4df7
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"))