Gail 1.22.3 (GNOME 2.26.0).

svn path=/nixpkgs/branches/stdenv-updates/; revision=14671
This commit is contained in:
Ludovic Courtès 2009-03-23 21:48:53 +00:00
parent 554afc577e
commit 5733e0615b

View File

@ -64,7 +64,11 @@ rec {
};
gail = stdenv.mkDerivation {
inherit (platform.gail) name src;
name = "gail-1.22.3";
src = fetchurl {
url = "http://ftp.gnome.org/pub/GNOME/sources/gail/1.22/gail-1.22.3.tar.bz2";
sha256 = "1s4s0ndjh42i8x2mchz0xm3qcp942vkmz0jsq7ig1d3y4wlk1w03";
};
buildInputs = [pkgconfig atk gtk];
};