1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-02 23:35:54 +02:00

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.
This commit is contained in:
Ricardo Wurmus
2019-05-02 23:10:55 +02:00
parent 48f19e60c4
commit 2f869b0279
+1 -1
View File
@@ -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)