Branch: refs/heads/master
Home: https://github.com/NixOS/nixpkgs
Commit: 597373bbd5ca3237f3b198c150cf7dbb63183fb1
https://github.com/NixOS/nixpkgs/commit/597373bbd5ca3237f3b198c150cf7dbb63183fb1
Author: aszlig <[email protected]>
Date: 2014-12-25 (Thu, 25 Dec 2014)
Changed paths:
M pkgs/applications/networking/browsers/chromium/common.nix
Log Message:
-----------
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 <[email protected]>
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits