v8: fixup build by using older icu again
This commit is contained in:
parent
2baf618c3e
commit
8abbf3379e
|
@ -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; });
|
||||
|
|
Loading…
Reference in New Issue