mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: enchant: Add Nuspell support.
* gnu/packages/enchant.scm (enchant)[inputs]: Add NUSPELL. Change-Id: I60d70e6b6e4952722559848f715fc68dcf3e11f4 Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
f44c312e21
commit
3a869c965a
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ (define-public enchant
|
|||
;; Tests require a relocatable build.
|
||||
"--enable-relocatable")))
|
||||
(inputs
|
||||
(list aspell hunspell))
|
||||
(list aspell hunspell nuspell))
|
||||
(propagated-inputs
|
||||
;; Required by enchant.pc.
|
||||
(list glib))
|
||||
|
|
Loading…
Reference in a new issue