From 51e449aabbc922faa00dc7b5cbd0f106eba7f928 Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 1 Apr 2014 09:33:04 +0200 Subject: [PATCH] chromium: Fix build of beta and dev channels. Okay, now this time we really broke beta and dev, because python_arch no longer is in build/common.gypi anymore. This just adds chrome/chrome_tests.gypi to the list of files to be changed by sed. Also, this time I did test at least whether gyp is running fine and interrupted after the first 1000 build targets, so all channels *should* now build fine. Signed-off-by: aszlig --- pkgs/applications/networking/browsers/chromium/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/browsers/chromium/default.nix b/pkgs/applications/networking/browsers/chromium/default.nix index c4040ec0356..213e75ee6ef 100644 --- a/pkgs/applications/networking/browsers/chromium/default.nix +++ b/pkgs/applications/networking/browsers/chromium/default.nix @@ -55,7 +55,7 @@ let -e 's/-f(stack-protector)(-all)?/-fno-\1/' \ -e 's|/bin/echo|echo|' \ -e "/python_arch/s/: *'[^']*'/: '""'/" \ - build/common.gypi + build/common.gypi chrome/chrome_tests.gypi sed -i '/not RunGN/,+1d' build/gyp_chromium sed -i -e 's|/usr/bin/gcc|gcc|' \ third_party/WebKit/Source/build/scripts/scripts.gypi \