* X11R7.2 and associated updates.
svn path=/nixpkgs/trunk/; revision=8049
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user