* GTK updates.

svn path=/nixpkgs/trunk/; revision=2516
This commit is contained in:
Eelco Dolstra 2005-04-11 08:27:14 +00:00
parent 1af17b9d7f
commit fc20bd6518
2 changed files with 6 additions and 6 deletions

View file

@ -3,10 +3,10 @@
assert pkgconfig != null && gettext != null && perl != null;
stdenv.mkDerivation {
name = "glib-2.6.3";
name = "glib-2.6.4";
src = fetchurl {
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/glib-2.6.3.tar.bz2;
md5 = "8f69ad5387197114b356efc64ce88d77";
url = ftp://ftp.gtk.org/pub/gtk/v2.6/glib-2.6.4.tar.bz2;
md5 = "af7eeb8aae764ff763418471ed6eb93d";
};
buildInputs = [pkgconfig gettext perl];
}

View file

@ -10,10 +10,10 @@ assert x11.buildClientLibs;
#assert x11 == pango.x11;
stdenv.mkDerivation {
name = "gtk+-2.6.4";
name = "gtk+-2.6.6";
src = fetchurl {
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/gtk+-2.6.4.tar.bz2;
md5 = "4749fce7b082b784a71a076aa586dc25";
url = http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.6/gtk+-2.6.6.tar.bz2;
md5 = "6bf5a71a7ea6a02821fd0c9edab25904";
};
buildInputs = [pkgconfig perl libtiff libjpeg libpng];
propagatedBuildInputs = [x11 glib atk pango];