mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: Fix hunspell-dict-en-* dictionary installation.
* gnu/packages/aspell.scm (aspell-word-list)[arguments]: Install the .dic file for all hunspell dictionaries.
This commit is contained in:
parent
0af4df7e61
commit
d4d7d70912
1 changed files with 2 additions and 0 deletions
|
@ -270,6 +270,8 @@ (define* (aspell-word-list language synopsis
|
|||
(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"))
|
||||
|
|
Loading…
Reference in a new issue