diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-05-02 23:10:55 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-05-02 23:12:38 +0200 |
commit | 2f869b02793e6083b9d7fcf367955ca817a3698a (patch) | |
tree | 75fb478414c705bde74eace3a8a79c7b918cc3f8 /gnu/packages | |
parent | 48f19e60c4677e392ee2c23f28098cfcaf9d1710 (diff) | |
download | patches-2f869b02793e6083b9d7fcf367955ca817a3698a.tar patches-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')
-rw-r--r-- | gnu/packages/mate.scm | 2 |
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) |