mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: gtkspell3: Add enchant.
* gnu/packages/gtk.scm (gtkspell3)[native-inputs]: Add enchant.
This commit is contained in:
parent
4bd2e2a5b0
commit
cd49e4789a
1 changed files with 2 additions and 0 deletions
|
@ -1563,6 +1563,8 @@ (define-public gtkspell3
|
|||
("gobject-introspection" ,gobject-introspection)
|
||||
("gtk+" ,gtk+)
|
||||
("pango" ,pango)))
|
||||
(propagated-inputs
|
||||
`(("enchant" ,enchant))) ; gtkspell3-3.0.pc refers to it.
|
||||
(home-page "http://gtkspell.sourceforge.net")
|
||||
(synopsis "Spell-checking addon for GTK's TextView widget")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue