* Fontconfig updated to 2.2.3.

svn path=/nixpkgs/trunk/; revision=1448
This commit is contained in:
Eelco Dolstra 2004-09-18 21:10:44 +00:00
parent 3993fa4db8
commit 698967c01d

View File

@ -3,11 +3,11 @@
assert freetype != null && expat != null;
stdenv.mkDerivation {
name = "fontconfig-2.2.2";
name = "fontconfig-2.2.3";
builder = ./builder.sh;
src = fetchurl {
url = http://freedesktop.org/~fontconfig/release/fontconfig-2.2.2.tar.gz;
md5 = "af6e9a8addfa89aa68d703d5eb004185";
url = http://freedesktop.org/~fontconfig/release/fontconfig-2.2.3.tar.gz;
md5 = "2466a797d645cda5eb466080fdaec416";
};
buildInputs = [freetype];
propagatedBuildInputs = [expat]; # !!! shouldn't be necessary, but otherwise pango breaks