gnu: enchant: Depend on hunspell.
authorJulien Lepiller <julien@lepiller.eu>
Thu, 20 Aug 2020 23:39:47 +0000 (01:39 +0200)
committerJulien Lepiller <julien@lepiller.eu>
Thu, 20 Aug 2020 23:42:43 +0000 (01:42 +0200)
* gnu/packages/enchant.scm (enchant): Add hunspell as an input.

gnu/packages/enchant.scm

index 64f8a34..75b330f 100644 (file)
@@ -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