2009-09-30 08:29:56 +02:00
|
|
|
{stdenv, fetchurl, pkgconfig, atk, cairo, glib, gtk, pango,
|
2011-10-08 18:58:32 +02:00
|
|
|
libxml2Python, perl, intltool, gettext}:
|
2009-09-30 08:29:56 +02:00
|
|
|
|
|
|
|
stdenv.mkDerivation {
|
2011-08-08 09:41:45 +02:00
|
|
|
name = "gtksourceview-2.9.9";
|
2009-09-30 08:29:56 +02:00
|
|
|
src = fetchurl {
|
2011-08-08 09:41:45 +02:00
|
|
|
url = mirror://gnome/sources/gtksourceview/2.9/gtksourceview-2.9.9.tar.bz2;
|
|
|
|
sha256 = "0d0i586nj8jsqqfcjcvaj0yzc3sid3s1a4y62xr0qbddkbn1wllj";
|
2009-09-30 08:29:56 +02:00
|
|
|
};
|
2011-10-08 18:58:32 +02:00
|
|
|
buildInputs = [pkgconfig atk cairo glib gtk pango libxml2Python perl intltool
|
2009-09-30 08:43:17 +02:00
|
|
|
gettext];
|
2009-09-30 08:29:56 +02:00
|
|
|
}
|