Skip to content
Snippets Groups Projects
Unverified Commit c5b20437 authored by Julien Lepiller's avatar Julien Lepiller
Browse files

gnu: enchant: Depend on hunspell.

* gnu/packages/enchant.scm (enchant): Add hunspell as an input.
parent 2a29f476
No related branches found
No related tags found
No related merge requests found
......@@ -94,8 +94,9 @@ (define-public enchant
;; 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment