1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-16 07:48:58 +00:00

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 ];
buildNativeInputs = [ perl ];
patches = ./gentoo-makefile.patch; # also contains the freetype patch