mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: nuspell: Add search path specification for DICPATH.
* gnu/packages/enchant.scm (nuspell)[native-search-path]: Add DICPATH. This change is required to let Nuspell detect Hunspell dictionaries. Change-Id: I731752142afcae1fc2b91c01fb9dbe914d33244f
This commit is contained in:
parent
53aa1677cf
commit
929ddec8f4
1 changed files with 3 additions and 0 deletions
|
@ -57,6 +57,9 @@ (define-public nuspell
|
|||
(build-system cmake-build-system)
|
||||
(native-inputs (list catch2-3 pkg-config))
|
||||
(propagated-inputs (list icu4c))
|
||||
(native-search-paths (list (search-path-specification
|
||||
(variable "DICPATH")
|
||||
(files '("share/hunspell")))))
|
||||
(synopsis "Fast and safe spellchecking C++ library")
|
||||
(description "Nuspell is a fast and safe spelling checker software
|
||||
program. It is designed for languages with rich morphology and complex word
|
||||
|
|
Loading…
Reference in a new issue