summary refs log tree commit diff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-09-16 23:16:36 +0200
committerLudovic Courtès <ludo@gnu.org>2017-09-16 23:27:38 +0200
commit31daf8931b20c5e58d5d0941bbad09c820bd3285 (patch)
treef8061a8eccb0caf4b8f81943b660d9968d539a3b
parent1d704c89d6feed3fd72e1f1d579116704439a1c8 (diff)
downloadguix-31daf8931b20c5e58d5d0941bbad09c820bd3285.tar.gz
gnu: hunspell: Specify 'DICPATH' variable.
* gnu/packages/libreoffice.scm (hunspell)[native-search-paths]: New
variable.
-rw-r--r--gnu/packages/libreoffice.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index d1e2e2e6e3..2d3265249d 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -719,6 +719,9 @@ Zoner Draw version 4 and 5.")
          (add-after 'unpack 'bootstrap
            (lambda _
              (zero? (system* "autoreconf" "-vfi")))))))
+    (native-search-paths (list (search-path-specification
+                                (variable "DICPATH")
+                                (files '("share/hunspell")))))
     (home-page "https://hunspell.github.io/")
     (synopsis "Spell checker")
     (description "Hunspell is a spell checker and morphological analyzer