summary refs log tree commit diff
path: root/gnu/packages/mate.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-05-02 23:10:55 +0200
committerRicardo Wurmus <rekado@elephly.net>2019-05-02 23:12:38 +0200
commit2f869b02793e6083b9d7fcf367955ca817a3698a (patch)
tree75fb478414c705bde74eace3a8a79c7b918cc3f8 /gnu/packages/mate.scm
parent48f19e60c4677e392ee2c23f28098cfcaf9d1710 (diff)
downloadguix-2f869b02793e6083b9d7fcf367955ca817a3698a.tar.gz
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.
Diffstat (limited to 'gnu/packages/mate.scm')
-rw-r--r--gnu/packages/mate.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 0b668b4224..15aeab05ee 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -587,7 +587,7 @@ assorted menu related utility programs.")
        ("glib" ,glib)
        ("gucharmap" ,gucharmap)
        ("gtk+" ,gtk+)
-       ("gtksourceview" ,gtksourceview)
+       ("gtksourceview" ,gtksourceview-3)
        ("libgtop" ,libgtop)
        ("libmateweather" ,libmateweather)
        ("libnotify" ,libnotify)