nixpkgs/pkgs/applications/networking/browsers/chromium
aszlig 597373bbd5
chromium: Precompile pycs instead of deleting.
This is more of an attempt rather than a real fix (or maybe it is? let's
see) for the corrupted .pyc files during build. I believe the reason we
get these are likely due to several instances of the Python interpreter
that run in parallel and one of these processes might still be writing
the .pyc file.

So, rather than deleting all .pyc files, we now precompile then in order
to avoid any build process trying to generate any .pyc file.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-25 07:10:12 +01:00
..
source chromium: Allow env vars for passing plugin paths. 2014-11-22 04:26:17 +01:00
browser.nix Update my maintainership 2014-11-29 02:15:39 +01:00
common.nix chromium: Precompile pycs instead of deleting. 2014-12-25 07:10:12 +01:00
default.nix chromium: enable cups by default 2014-12-07 14:56:18 +01:00
plugins.nix chromium: Use Nix expressions for plugin settings. 2014-11-25 14:14:43 +01:00
sandbox.nix chromium: Update beta and dev to latest versions. 2014-04-20 17:45:24 +02:00
update.sh chromium: Move update.sh back into the main path. 2014-04-20 17:45:25 +02:00