gnu: gedit: Support gspell.

* gnu/packages/gnome.scm (gedit)[arguments]: Remove #:configure-flags.
[inputs]: Add gspell.
This commit is contained in:
Tobias Geerinckx-Rice 2017-08-09 00:11:35 +02:00
parent e3705bb6ea
commit 0d2df50caf
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4525,8 +4525,7 @@ (define-public gedit
"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 @@ (define-public gedit
("pkg-config" ,pkg-config)))
(inputs
`(("glib" ,glib)
("gspell" ,gspell)
("gtk+" ,gtk+)
("gtksourceview" ,gtksourceview)
("libpeas" ,libpeas)