gnu: gedit: Support gspell.
* gnu/packages/gnome.scm (gedit)[arguments]: Remove #:configure-flags. [inputs]: Add gspell.
This commit is contained in:
parent
e3705bb6ea
commit
0d2df50caf
|
@ -4525,8 +4525,7 @@ javascript engine and the GObject introspection framework.")
|
||||||
"0as9r5zvnyrxh699q6jnd0p9ddqy5qamfbxggpdjzagzixhw6yxa"))))
|
"0as9r5zvnyrxh699q6jnd0p9ddqy5qamfbxggpdjzagzixhw6yxa"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--disable-spell") ; XXX: gspell not packaged yet
|
`(#:phases
|
||||||
#:phases
|
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after
|
(add-after
|
||||||
'install 'wrap-gedit
|
'install 'wrap-gedit
|
||||||
|
@ -4552,6 +4551,7 @@ javascript engine and the GObject introspection framework.")
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("glib" ,glib)
|
`(("glib" ,glib)
|
||||||
|
("gspell" ,gspell)
|
||||||
("gtk+" ,gtk+)
|
("gtk+" ,gtk+)
|
||||||
("gtksourceview" ,gtksourceview)
|
("gtksourceview" ,gtksourceview)
|
||||||
("libpeas" ,libpeas)
|
("libpeas" ,libpeas)
|
||||||
|
|
Loading…
Reference in New Issue