guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: enchant: Add Nuspell support.


From: guix-commits
Subject: 04/04: gnu: enchant: Add Nuspell support.
Date: Thu, 18 Apr 2024 05:05:15 -0400 (EDT)

ngz pushed a commit to branch core-updates
in repository guix.

commit 004af3162947a6e1a0b380041f04c314529f3e63
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Mar 27 10:26:58 2024 +0100

    gnu: enchant: Add Nuspell support.
    
    * gnu/packages/enchant.scm (enchant)[inputs]: Add NUSPELL.
    
    Change-Id: I60d70e6b6e4952722559848f715fc68dcf3e11f4
    Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/enchant.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/enchant.scm b/gnu/packages/enchant.scm
index 2a1aa82701..1a5b2fa7f1 100644
--- a/gnu/packages/enchant.scm
+++ b/gnu/packages/enchant.scm
@@ -98,7 +98,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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]