about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-03-20 18:23:09 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-03-20 18:44:56 +0100
commit1f497204f721993b4e121d6bb15e64db97dc39f8 (patch)
treee874c81beab9c4f90fa6529a9846bbf7174b9a54 /pkgs/applications/networking/browsers
parent4f981b4f84707a63904410bb3e2b88621db03e8e (diff)
downloadnixlib-1f497204f721993b4e121d6bb15e64db97dc39f8.tar
nixlib-1f497204f721993b4e121d6bb15e64db97dc39f8.tar.gz
nixlib-1f497204f721993b4e121d6bb15e64db97dc39f8.tar.bz2
nixlib-1f497204f721993b4e121d6bb15e64db97dc39f8.tar.lz
nixlib-1f497204f721993b4e121d6bb15e64db97dc39f8.tar.xz
nixlib-1f497204f721993b4e121d6bb15e64db97dc39f8.tar.zst
nixlib-1f497204f721993b4e121d6bb15e64db97dc39f8.zip
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>
Diffstat (limited to 'pkgs/applications/networking/browsers')
-rw-r--r--pkgs/applications/networking/browsers/chromium/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/chromium/common.nix b/pkgs/applications/networking/browsers/chromium/common.nix
index d77fd1048159..247156a94701 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.