Skip to content

Commit

Permalink
v8: fixup build by using older icu again
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Oct 14, 2017
1 parent 2baf618 commit 8abbf33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -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; });
Expand Down

0 comments on commit 8abbf33

Please sign in to comment.