summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-08-05 13:54:10 +0200
committerRicardo Wurmus <rekado@elephly.net>2019-03-07 13:41:04 +0100
commitb54c22898d1f840141a844193e413f6d524526d8 (patch)
tree58383effa87695a02d0c2113f58103a3f90297c7 /gnu
parent0a500745c7a34dc7c37cc08c57c77813a5765739 (diff)
downloadguix-b54c22898d1f840141a844193e413f6d524526d8.tar.gz
gnu: gedit: Use gtksourceview-3.
* gnu/packages/gnome.scm (gedit)[inputs]: Replace "gtksourceview" with
"gtksourceview-3".
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 69d9c63f88..691eca5e68 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4808,7 +4808,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)