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:
Nicolas Goaziou 2024-03-27 10:26:58 +01:00 committed by Ludovic Courtès
parent f44c312e21
commit 3a869c965a
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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))