gnu: hunspell: Specify 'DICPATH' variable.
* gnu/packages/libreoffice.scm (hunspell)[native-search-paths]: New variable.
This commit is contained in:
parent
1d704c89d6
commit
31daf8931b
|
@ -719,6 +719,9 @@ Zoner Draw version 4 and 5.")
|
||||||
(add-after 'unpack 'bootstrap
|
(add-after 'unpack 'bootstrap
|
||||||
(lambda _
|
(lambda _
|
||||||
(zero? (system* "autoreconf" "-vfi")))))))
|
(zero? (system* "autoreconf" "-vfi")))))))
|
||||||
|
(native-search-paths (list (search-path-specification
|
||||||
|
(variable "DICPATH")
|
||||||
|
(files '("share/hunspell")))))
|
||||||
(home-page "https://hunspell.github.io/")
|
(home-page "https://hunspell.github.io/")
|
||||||
(synopsis "Spell checker")
|
(synopsis "Spell checker")
|
||||||
(description "Hunspell is a spell checker and morphological analyzer
|
(description "Hunspell is a spell checker and morphological analyzer
|
||||||
|
|
Loading…
Reference in New Issue