Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add progress reporting for generation of fonts
svn path=/nixpkgs/trunk/; revision=24660
  • Loading branch information
7c6f434c committed Nov 11, 2010
1 parent eed5312 commit 07d9d42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/build-support/builder-defs/builder-defs.nix
Expand Up @@ -484,6 +484,7 @@ let inherit (builtins) head tail trace; in

generateFontsFromSFD = fullDepEntry (''
for i in *.sfd; do
echo $i;
fontforge -c \
'Open($1);
${optionalString (args ? extraFontForgeCommands) args.extraFontForgeCommands
Expand Down

0 comments on commit 07d9d42

Please sign in to comment.