dejavu-fonts broke during the merge of stdenv-upgrade.

problem/fix described here:
http://comments.gmane.org/gmane.comp.fonts.dejavu/3608

svn path=/nixpkgs/trunk/; revision=33227
This commit is contained in:
Mathijs Kwik 2012-03-18 08:11:14 +00:00
parent 23b865d1b4
commit 9365291276

View file

@ -10,6 +10,7 @@ stdenv.mkDerivation {
url = "mirror://sourceforge/dejavu/dejavu-fonts-${version}.tar.bz2";
sha256 = "1h8x0bnbh9awwsxiwjpp73iczk1y4d5y0as1f4zb4pbk6l2m7v60";
};
buildFlags = "full-ttf";
preBuild = ''
sed -e s@/usr/bin/env@$(type -tP env)@ -i scripts/*
sed -e s@/usr/bin/perl@$(type -tP perl)@ -i scripts/*