summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-08-09 00:11:35 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-08-09 07:20:55 +0200
commit0d2df50caf3076f99884f0d773f2208202962bd7 (patch)
tree9ece6543d9326123df072fbf5b67fe5e5b907906
parente3705bb6ea64dec48eff76a81cfa04cbf134962f (diff)
downloadguix-patches-0d2df50caf3076f99884f0d773f2208202962bd7.tar
guix-patches-0d2df50caf3076f99884f0d773f2208202962bd7.tar.gz
gnu: gedit: Support gspell.
* gnu/packages/gnome.scm (gedit)[arguments]: Remove #:configure-flags. [inputs]: Add gspell.
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index deac8b4ddb..60017df5c8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4525,8 +4525,7 @@ javascript engine and the GObject introspection framework.")
"0as9r5zvnyrxh699q6jnd0p9ddqy5qamfbxggpdjzagzixhw6yxa"))))
(build-system glib-or-gtk-build-system)
(arguments
- `(#:configure-flags '("--disable-spell") ; XXX: gspell not packaged yet
- #:phases
+ `(#:phases
(modify-phases %standard-phases
(add-after
'install 'wrap-gedit
@@ -4552,6 +4551,7 @@ javascript engine and the GObject introspection framework.")
("pkg-config" ,pkg-config)))
(inputs
`(("glib" ,glib)
+ ("gspell" ,gspell)
("gtk+" ,gtk+)
("gtksourceview" ,gtksourceview)
("libpeas" ,libpeas)