gnu: enchant: Depend on hunspell.
* gnu/packages/enchant.scm (enchant): Add hunspell as an input.
This commit is contained in:
parent
2a29f4767f
commit
c5b20437ed
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user