mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
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
Block a user