mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
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:
parent
6a44834612
commit
10be8fe8b0
7
pkgs/development/libraries/freetype/freetype-2.2.1.nix
Normal file
7
pkgs/development/libraries/freetype/freetype-2.2.1.nix
Normal 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";
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue