chromium: Drop conditionals for version 37.
No longer needed, because Chromium version 37 is no longer the current stable version. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
462fdfe108
commit
ea7e43768a
@ -32,11 +32,6 @@ stdenv.mkDerivation {
|
|||||||
-e 's|/bin/echo|echo|' \
|
-e 's|/bin/echo|echo|' \
|
||||||
-e "/python_arch/s/: *'[^']*'/: '""'/" \
|
-e "/python_arch/s/: *'[^']*'/: '""'/" \
|
||||||
build/common.gypi chrome/chrome_tests.gypi
|
build/common.gypi chrome/chrome_tests.gypi
|
||||||
'' + optionalString (versionOlder version "38.0.0.0") ''
|
|
||||||
sed -i -e '/not RunGN/,+1d' -e '/import.*depot/d' build/gyp_chromium
|
|
||||||
sed -i -e 's|/usr/bin/gcc|gcc|' \
|
|
||||||
third_party/WebKit/Source/build/scripts/scripts.gypi \
|
|
||||||
third_party/WebKit/Source/build/scripts/preprocessor.pm
|
|
||||||
'' + optionalString useOpenSSL ''
|
'' + optionalString useOpenSSL ''
|
||||||
cat $opensslPatches | patch -p1 -d third_party/openssl/openssl
|
cat $opensslPatches | patch -p1 -d third_party/openssl/openssl
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user