[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: hunspell: Specify 'DICPATH' variable.
From: |
Ludovic Courtès |
Subject: |
01/02: gnu: hunspell: Specify 'DICPATH' variable. |
Date: |
Sat, 16 Sep 2017 17:28:06 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 31daf8931b20c5e58d5d0941bbad09c820bd3285
Author: Ludovic Courtès <address@hidden>
Date: Sat Sep 16 23:16:36 2017 +0200
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 d1e2e2e..2d32652 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