From 82329a17f4e3b6fca6af1a1cbfbed4d3d3ec89ce Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus <rekado@elephly.net>
Date: Thu, 2 May 2019 23:11:14 +0200
Subject: [PATCH] gnu: pluma: Use older version of gtksourceview.

Reported by L p R n d n <guix@lprndn.info>.
Fixes <https://bugs.gnu.org/35535>.

* gnu/packages/mate.scm (pluma)[inputs]: Replace gtksourceview with
gtksourceview-3.
---
 gnu/packages/mate.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 15aeab05eef..6ac7527a38e 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)
-- 
GitLab