diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2018-03-25 14:04:18 +0200 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2018-03-25 17:00:37 +0200 |
commit | cd49e4789a1c1854f3af0c5a466af70f0f54b929 (patch) | |
tree | 456370b9226b1759199790143ac4c0452c65cdde /gnu/packages/gtk.scm | |
parent | 4bd2e2a5b04a52e2ebccb23e782efd53199e8af6 (diff) | |
download | guix-cd49e4789a1c1854f3af0c5a466af70f0f54b929.tar.gz guix-cd49e4789a1c1854f3af0c5a466af70f0f54b929.zip |
gnu: gtkspell3: Add enchant.
* gnu/packages/gtk.scm (gtkspell3)[native-inputs]: Add enchant.
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r-- | gnu/packages/gtk.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index f279c5c245..dd722aa5aa 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -1563,6 +1563,8 @@ glass artworks done by Venicians glass blowers.") ("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 |