Author: mkwik Date: Sun Mar 18 08:11:14 2012 New Revision: 33227 URL: https://nixos.org/websvn/nix/?rev=33227&sc=1
Log: dejavu-fonts broke during the merge of stdenv-upgrade. problem/fix described here: http://comments.gmane.org/gmane.comp.fonts.dejavu/3608 Modified: nixpkgs/trunk/pkgs/data/fonts/dejavu-fonts/default.nix Modified: nixpkgs/trunk/pkgs/data/fonts/dejavu-fonts/default.nix ============================================================================== --- nixpkgs/trunk/pkgs/data/fonts/dejavu-fonts/default.nix Sun Mar 18 08:10:32 2012 (r33226) +++ nixpkgs/trunk/pkgs/data/fonts/dejavu-fonts/default.nix Sun Mar 18 08:11:14 2012 (r33227) @@ -10,6 +10,7 @@ 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/* _______________________________________________ nix-commits mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-commits
