mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
v8: Use gcc48 instead of gcc5 due to segfaults only seen on gcc5
This commit is contained in:
parent
976b1dd423
commit
57f2baa9d6
@ -8339,6 +8339,8 @@ let
|
||||
|
||||
v8_3_16_14 = callPackage ../development/libraries/v8/3.16.14.nix {
|
||||
inherit (pythonPackages) gyp;
|
||||
# The build succeeds using gcc5 but it fails to build pkgs.consul-ui
|
||||
stdenv = overrideCC stdenv gcc48;
|
||||
};
|
||||
|
||||
v8_3_24_10 = callPackage ../development/libraries/v8/3.24.10.nix {
|
||||
|
Loading…
Reference in New Issue
Block a user