mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: enchant: Depend on hunspell.
* gnu/packages/enchant.scm (enchant): Add hunspell as an input.
This commit is contained in:
parent
2a29f4767f
commit
c5b20437ed
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue