From 78a73ab041afda85fe5c209268b1272b45a33fe4 Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 27 Nov 2014 17:51:46 +0100 Subject: 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 --- pkgs/applications/networking/browsers/chromium/common.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/applications/networking') diff --git a/pkgs/applications/networking/browsers/chromium/common.nix b/pkgs/applications/networking/browsers/chromium/common.nix index cfdddf288566..dea816e5be9b 100644 --- a/pkgs/applications/networking/browsers/chromium/common.nix +++ b/pkgs/applications/networking/browsers/chromium/common.nix @@ -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 -- cgit 1.4.1