gnu: gedit: Use gtksourceview-3.
* gnu/packages/gnome.scm (gedit)[inputs]: Replace "gtksourceview" with "gtksourceview-3".master
parent
0a500745c7
commit
b54c22898d
|
@ -4808,7 +4808,7 @@ javascript engine and the GObject introspection framework.")
|
||||||
`(("glib" ,glib)
|
`(("glib" ,glib)
|
||||||
("gspell" ,gspell)
|
("gspell" ,gspell)
|
||||||
("gtk+" ,gtk+)
|
("gtk+" ,gtk+)
|
||||||
("gtksourceview" ,gtksourceview)
|
("gtksourceview" ,gtksourceview-3)
|
||||||
("libpeas" ,libpeas)
|
("libpeas" ,libpeas)
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
("iso-codes" ,iso-codes)
|
("iso-codes" ,iso-codes)
|
||||||
|
|
Reference in New Issue