* X11R7.2 and associated updates.

svn path=/nixpkgs/trunk/; revision=8049
This commit is contained in:
Eelco Dolstra
2007-02-26 16:32:27 +00:00
parent d29e068323
commit 3e19819c28
10 changed files with 1189 additions and 849 deletions
@@ -3,11 +3,11 @@
assert freetype != null && expat != null;
stdenv.mkDerivation {
name = "fontconfig-2.3.2";
name = "fontconfig-2.4.2";
builder = ./builder.sh;
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/fontconfig-2.3.2.tar.gz;
md5 = "7354f9f125ea78a8f2851cb9c31d4866";
url = http://fontconfig.org/release/fontconfig-2.4.2.tar.gz;
sha256 = "0qqk6hqh8ardqlgzdgj0zjn6a61z4j6ba9x3xs8pp0c2650xd8v3";
};
buildInputs = [freetype];
propagatedBuildInputs = [expat]; # !!! shouldn't be necessary, but otherwise pango breaks