From 82329a17f4e3b6fca6af1a1cbfbed4d3d3ec89ce Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 2 May 2019 23:11:14 +0200 Subject: gnu: pluma: Use older version of gtksourceview. Reported by L p R n d n . Fixes . * gnu/packages/mate.scm (pluma)[inputs]: Replace gtksourceview with gtksourceview-3. --- gnu/packages/mate.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/mate.scm') diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index 15aeab05ee..6ac7527a38 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -1470,7 +1470,7 @@ (define-public pluma ("enchant" ,enchant-1.6) ("glib" ,glib) ("gtk+" ,gtk+) - ("gtksourceview" ,gtksourceview) + ("gtksourceview" ,gtksourceview-3) ("gdk-pixbuf" ,gdk-pixbuf) ("iso-codes" ,iso-codes) ("libcanberra" ,libcanberra) -- cgit v1.2.3