3
0
Fork 0
forked from mirrors/nixpkgs

freetype 2.2.1. However, it breaks fontconfig and therefore probably every

other application that uses one of these (but why? :S)
It is *not* the default

svn path=/nixpkgs/trunk/; revision=5588
This commit is contained in:
Armijn Hemel 2006-07-05 10:31:45 +00:00
parent 6a44834612
commit 10be8fe8b0

View file

@ -0,0 +1,7 @@
{stdenv, fetchurl}: stdenv.mkDerivation {
name = "freetype-2.2.1";
src = fetchurl {
url = http://surfnet.dl.sourceforge.net/sourceforge/freetype/freetype-2.2.1.tar.bz2;
md5 = "5b2f827082c544392a7701f7423f0781";
};
}