Skip to content

Commit

Permalink
v8: fix v3 builds by switching to GCC 5 (mksnapshot segfaults with GC…
Browse files Browse the repository at this point in the history
…C 6)
  • Loading branch information
aristidb committed Sep 10, 2017
1 parent b310053 commit 628578f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -10642,10 +10642,12 @@ with pkgs;
v8_3_16_14 = callPackage ../development/libraries/v8/3.16.14.nix {
inherit (python2Packages) python gyp;
cctools = darwin.cctools;
stdenv = overrideCC stdenv gcc5;
};

v8_3_24_10 = callPackage ../development/libraries/v8/3.24.10.nix {
inherit (python2Packages) python gyp;
stdenv = overrideCC stdenv gcc5;
};

v8 = callPackage ../development/libraries/v8 {
Expand Down

0 comments on commit 628578f

Please sign in to comment.