mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 16:11:58 +00:00
chromium: Show status about precompiling .py files
Only a aesthetics thingy, but also corrects the comment, because we're essentially precompiling .py files, NOT the .pyc files (the latter are the results). Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
4f981b4f84
commit
1f497204f7
|
@ -194,7 +194,7 @@ let
|
|||
} // (extraAttrs.gypFlags or {}));
|
||||
|
||||
configurePhase = ''
|
||||
# Precompile .pyc files to prevent race conditions during build
|
||||
echo "Precompiling .py files to prevent race conditions..." >&2
|
||||
python -m compileall -q -f . > /dev/null 2>&1 || : # ignore errors
|
||||
|
||||
# This is to ensure expansion of $out.
|
||||
|
|
Loading…
Reference in a new issue