chromium: Build beta/dev with v8 from nixpkgs.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2014-03-17 22:15:46 +01:00
parent 8ddc86d6e4
commit 2f23f57b28
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

@ -3,7 +3,7 @@
# default dependencies
, bzip2, flac, speex, icu, libopus
, libevent, expat, libjpeg, snappy
, libpng, libxml2, libxslt
, libpng, libxml2, libxslt, v8
, xdg_utils, yasm, zlib
, libusb1, libexif, pciutils
@ -134,13 +134,13 @@ let
use_system_libwebp = false; # http://crbug.com/133161
use_system_skia = false;
use_system_sqlite = false; # http://crbug.com/22208
use_system_v8 = false;
use_system_v8 = !versionOlder src.version "34.0.0.0";
};
defaultDependencies = [
bzip2 flac speex icu libopus
libevent expat libjpeg snappy
libpng libxml2 libxslt
libpng libxml2 libxslt v8
xdg_utils yasm zlib
libusb1 libexif
];