gnu: gtkspell3: Add enchant.
* gnu/packages/gtk.scm (gtkspell3)[native-inputs]: Add enchant.
This commit is contained in:
parent
4bd2e2a5b0
commit
cd49e4789a
|
@ -1563,6 +1563,8 @@ glass artworks done by Venicians glass blowers.")
|
||||||
("gobject-introspection" ,gobject-introspection)
|
("gobject-introspection" ,gobject-introspection)
|
||||||
("gtk+" ,gtk+)
|
("gtk+" ,gtk+)
|
||||||
("pango" ,pango)))
|
("pango" ,pango)))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("enchant" ,enchant))) ; gtkspell3-3.0.pc refers to it.
|
||||||
(home-page "http://gtkspell.sourceforge.net")
|
(home-page "http://gtkspell.sourceforge.net")
|
||||||
(synopsis "Spell-checking addon for GTK's TextView widget")
|
(synopsis "Spell-checking addon for GTK's TextView widget")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue