me
/
guix
Archived
1
0
Fork 0

gnu: enchant: Depend on hunspell.

* gnu/packages/enchant.scm (enchant): Add hunspell as an input.
master
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
1 changed files with 3 additions and 2 deletions

View File

@ -94,8 +94,9 @@ dictionaries.")
;; 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