mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 20:02:58 +03:00
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:
parent
23b865d1b4
commit
9365291276
@ -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/*
|
||||
|
Loading…
Reference in New Issue
Block a user