summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@scratchpost.org>2018-03-25 14:04:18 +0200
committerDanny Milosavljevic <dannym@scratchpost.org>2018-03-25 17:00:37 +0200
commitcd49e4789a1c1854f3af0c5a466af70f0f54b929 (patch)
tree456370b9226b1759199790143ac4c0452c65cdde /gnu
parent4bd2e2a5b04a52e2ebccb23e782efd53199e8af6 (diff)
downloadguix-patches-cd49e4789a1c1854f3af0c5a466af70f0f54b929.tar
guix-patches-cd49e4789a1c1854f3af0c5a466af70f0f54b929.tar.gz
gnu: gtkspell3: Add enchant.
* gnu/packages/gtk.scm (gtkspell3)[native-inputs]: Add enchant.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gtk.scm2
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