chromium: Build using minizip from nixpkgs.

Well, the gyp flag mentions "zlib" but in reality, minizip is used.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2014-03-17 22:31:15 +01:00
parent 33acfbe917
commit c9c9ca38b9
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

View File

@ -4,7 +4,7 @@
, bzip2, flac, speex, icu, libopus , bzip2, flac, speex, icu, libopus
, libevent, expat, libjpeg, snappy , libevent, expat, libjpeg, snappy
, libpng, libxml2, libxslt, v8 , libpng, libxml2, libxslt, v8
, xdg_utils, yasm, zlib, libwebp , xdg_utils, yasm, minizip, libwebp
, libusb1, libexif, pciutils , libusb1, libexif, pciutils
, python, pythonPackages, perl, pkgconfig , python, pythonPackages, perl, pkgconfig
@ -126,7 +126,7 @@ let
use_system_stlport = true; use_system_stlport = true;
use_system_xdg_utils = true; use_system_xdg_utils = true;
use_system_yasm = true; use_system_yasm = true;
use_system_zlib = false; # http://crbug.com/143623 use_system_zlib = true;
use_system_protobuf = true; use_system_protobuf = true;
use_system_harfbuzz = false; use_system_harfbuzz = false;
@ -141,7 +141,7 @@ let
bzip2 flac speex icu libopus bzip2 flac speex icu libopus
libevent expat libjpeg snappy libevent expat libjpeg snappy
libpng libxml2 libxslt v8 libpng libxml2 libxslt v8
xdg_utils yasm zlib libwebp xdg_utils yasm minizip libwebp
libusb1 libexif libusb1 libexif
]; ];