guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: Fix hunspell-dict-en-* dictionary installation.


From: Kei Kebreau
Subject: 01/01: gnu: Fix hunspell-dict-en-* dictionary installation.
Date: Fri, 10 Nov 2017 11:59:20 -0500 (EST)

kkebreau pushed a commit to branch master
in repository guix.

commit d4d7d70912642be18d93c9ce6470f8650097b5e5
Author: Kei Kebreau <address@hidden>
Date:   Thu Nov 9 17:49:02 2017 -0500

    gnu: Fix hunspell-dict-en-* dictionary installation.
    
    * gnu/packages/aspell.scm (aspell-word-list)[arguments]: Install the .dic 
file
    for all hunspell dictionaries.
---
 gnu/packages/aspell.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index 3eeeee6..86e0598 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]