gnu: enchant: Depend on hunspell.

* gnu/packages/enchant.scm (enchant): Add hunspell as an input.
This commit is contained in:
Julien Lepiller 2020-08-21 01:39:47 +02:00
parent 2a29f4767f
commit c5b20437ed
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -94,8 +94,9 @@ (define-public enchant
;; Tests require a relocatable build. ;; Tests require a relocatable build.
"--enable-relocatable"))) "--enable-relocatable")))
(inputs (inputs
`(("aspell" ,aspell))) ;; Currently, the only supported backend in Guix `(("aspell" ,aspell)
(propagated-inputs ;; is aspell. (This information might be old) ("hunspell" ,hunspell)))
(propagated-inputs
;; Required by enchant.pc. ;; Required by enchant.pc.
`(("glib" ,glib))) `(("glib" ,glib)))
(native-inputs (native-inputs