guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: enchant: Depend on hunspell.


From: guix-commits
Subject: 02/02: gnu: enchant: Depend on hunspell.
Date: Thu, 20 Aug 2020 19:46:14 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit c5b20437ed52b18ffe94fe2a8336c3cf8c75fbc5
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Aug 21 01:39:47 2020 +0200

    gnu: enchant: Depend on hunspell.
    
    * gnu/packages/enchant.scm (enchant): Add hunspell as an input.
---
 gnu/packages/enchant.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/enchant.scm b/gnu/packages/enchant.scm
index 64f8a34..75b330f 100644
--- a/gnu/packages/enchant.scm
+++ b/gnu/packages/enchant.scm
@@ -94,8 +94,9 @@ dictionaries.")
                            ;; Tests require a relocatable build.
                            "--enable-relocatable")))
     (inputs
-     `(("aspell" ,aspell)))   ;; Currently, the only supported backend in Guix
-    (propagated-inputs        ;; is aspell. (This information might be old)
+     `(("aspell" ,aspell)
+       ("hunspell" ,hunspell)))
+    (propagated-inputs
      ;; Required by enchant.pc.
      `(("glib" ,glib)))
     (native-inputs



reply via email to

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