Fix ttf2pt1 build

svn path=/nixpkgs/trunk/; revision=33755
This commit is contained in:
Michael Raskin 2012-04-12 07:55:49 +00:00
parent dd3ef46cac
commit 25ef476ba0

View file

@ -19,6 +19,7 @@ stdenv.mkDerivation {
''; '';
buildInputs = [ freetype ]; buildInputs = [ freetype ];
buildNativeInputs = [ perl ];
patches = ./gentoo-makefile.patch; # also contains the freetype patch patches = ./gentoo-makefile.patch; # also contains the freetype patch