From 1f497204f721993b4e121d6bb15e64db97dc39f8 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sun, 20 Mar 2016 18:23:09 +0100 Subject: [PATCH] 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 --- pkgs/applications/networking/browsers/chromium/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/browsers/chromium/common.nix b/pkgs/applications/networking/browsers/chromium/common.nix index d77fd104815..247156a9470 100644 --- a/pkgs/applications/networking/browsers/chromium/common.nix +++ b/pkgs/applications/networking/browsers/chromium/common.nix @@ -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.