3
0
Fork 0
forked from mirrors/nixpkgs

chromium: Remove .py[co] files prior to building.

Thanks to @iElectric for the notification, although I'm not really sure
whether this will fix the following failed Hydra build:

http://hydra.nixos.org/build/17609086/nixlog/1/raw

The reason is that this failure doesn't happen on every build, but let's
see whether it will happen again now.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2014-11-27 17:51:46 +01:00
parent e7cd18e907
commit 78a73ab041
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

@ -190,6 +190,7 @@ let
libExecPath="${libExecPath}"
python build/linux/unbundle/replace_gyp_files.py ${gypFlags}
python build/gyp_chromium -f ninja --depth "$(pwd)" ${gypFlags}
find . -iname '*.py[co]' -delete
'';
buildPhase = let