From 31daf8931b20c5e58d5d0941bbad09c820bd3285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sat, 16 Sep 2017 23:16:36 +0200 Subject: [PATCH] gnu: hunspell: Specify 'DICPATH' variable. * gnu/packages/libreoffice.scm (hunspell)[native-search-paths]: New variable. --- gnu/packages/libreoffice.scm | 3 +++ 1 file changed, 3 insertions(+) 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