Add progress reporting for generation of fonts
svn path=/nixpkgs/trunk/; revision=24660
This commit is contained in:
parent
eed53122c1
commit
07d9d421a7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue