1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 23:05:57 +02: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:
Nicolas Goaziou
2024-03-27 10:26:58 +01:00
committed by Ludovic Courtès
parent f44c312e21
commit 3a869c965a
+1 -1
View File
@@ -90,7 +90,7 @@ dictionaries.")
;; Tests require a relocatable build.
"--enable-relocatable")))
(inputs
(list aspell hunspell))
(list aspell hunspell nuspell))
(propagated-inputs
;; Required by enchant.pc.
(list glib))