gtksourceview-2: update 2.9.9 -> 2.10.5

It doesn't seem to help with mousepad problems #14862,
but it shouldn't hurt.
This commit is contained in:
Vladimír Čunát 2016-04-21 12:18:16 +02:00
parent f53e097b01
commit 9445bb25fc

View File

@ -1,11 +1,13 @@
{stdenv, fetchurl, pkgconfig, atk, cairo, glib, gtk, pango, {stdenv, fetchurl, pkgconfig, atk, cairo, glib, gtk, pango,
libxml2Python, perl, intltool, gettext}: libxml2Python, perl, intltool, gettext}:
stdenv.mkDerivation { stdenv.mkDerivation rec {
name = "gtksourceview-2.9.9"; name = "gtksourceview-${version}";
version = "2.10.5";
src = fetchurl { src = fetchurl {
url = mirror://gnome/sources/gtksourceview/2.9/gtksourceview-2.9.9.tar.bz2; url = "mirror://gnome/sources/gtksourceview/2.10/${name}.tar.bz2";
sha256 = "0d0i586nj8jsqqfcjcvaj0yzc3sid3s1a4y62xr0qbddkbn1wllj"; sha256 = "c585773743b1df8a04b1be7f7d90eecdf22681490d6810be54c81a7ae152191e";
}; };
buildInputs = [pkgconfig atk cairo glib gtk pango libxml2Python perl intltool buildInputs = [pkgconfig atk cairo glib gtk pango libxml2Python perl intltool
gettext]; gettext];