diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-05-02 23:11:14 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-05-02 23:12:39 +0200 |
commit | 82329a17f4e3b6fca6af1a1cbfbed4d3d3ec89ce (patch) | |
tree | 4af37544e99b99870a9ad30ac912493408e22799 /gnu | |
parent | 2f869b02793e6083b9d7fcf367955ca817a3698a (diff) | |
download | patches-82329a17f4e3b6fca6af1a1cbfbed4d3d3ec89ce.tar patches-82329a17f4e3b6fca6af1a1cbfbed4d3d3ec89ce.tar.gz |
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.
Diffstat (limited to 'gnu')
-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 15aeab05ee..6ac7527a38 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -1470,7 +1470,7 @@ can be used as backgrounds in the MATE Desktop environment.") ("enchant" ,enchant-1.6) ("glib" ,glib) ("gtk+" ,gtk+) - ("gtksourceview" ,gtksourceview) + ("gtksourceview" ,gtksourceview-3) ("gdk-pixbuf" ,gdk-pixbuf) ("iso-codes" ,iso-codes) ("libcanberra" ,libcanberra) |