From 2f869b02793e6083b9d7fcf367955ca817a3698a Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus <rekado@elephly.net>
Date: Thu, 2 May 2019 23:10:55 +0200
Subject: [PATCH] gnu: mate-applets: Use older version of gtksourceview.

Reported by L p R n d n <guix@lprndn.info>.

* gnu/packages/mate.scm (mate-applets)[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 0b668b42248..15aeab05eef 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -587,7 +587,7 @@ (define-public mate-applets
        ("glib" ,glib)
        ("gucharmap" ,gucharmap)
        ("gtk+" ,gtk+)
-       ("gtksourceview" ,gtksourceview)
+       ("gtksourceview" ,gtksourceview-3)
        ("libgtop" ,libgtop)
        ("libmateweather" ,libmateweather)
        ("libnotify" ,libnotify)
-- 
GitLab