rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.
commit 8a36d94e64a56e338455ef5330ff58a17a468409
Author: Ricardo Wurmus <[email protected]>
Date: Sun Aug 5 13:54:10 2018 +0200
gnu: gedit: Use gtksourceview-3.
* gnu/packages/gnome.scm (gedit)[inputs]: Replace "gtksourceview" with
"gtksourceview-3".
---
gnu/packages/gnome.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5f26fb0..95f3e66 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4702,7 +4702,7 @@ javascript engine and the GObject introspection
framework.")
`(("glib" ,glib)
("gspell" ,gspell)
("gtk+" ,gtk+)
- ("gtksourceview" ,gtksourceview)
+ ("gtksourceview" ,gtksourceview-3)
("libpeas" ,libpeas)
("libxml2" ,libxml2)
("iso-codes" ,iso-codes)