v8: fixup build by using older icu again

This commit is contained in:
Vladimír Čunát 2017-10-14 19:40:03 +02:00
parent 2baf618c3e
commit 8abbf3379e
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
1 changed files with 1 additions and 0 deletions

View File

@ -10850,6 +10850,7 @@ with pkgs;
v8 = callPackage ../development/libraries/v8 {
inherit (python2Packages) python gyp;
cctools = darwin.cctools;
icu = icu58; # v8-5.4.232 fails against icu4c-59.1
};
v8_static = lowPrio (self.v8.override { static = true; });