mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
v8_3_16_14: Must be build with gcc <= 4.8
This commit is contained in:
parent
76674a3c07
commit
5ce2cf8a0f
@ -8184,6 +8184,7 @@ let
|
||||
|
||||
v8_3_16_14 = callPackage ../development/libraries/v8/3.16.14.nix {
|
||||
inherit (pythonPackages) gyp;
|
||||
stdenv = overrideCC stdenv gcc48;
|
||||
};
|
||||
|
||||
v8_3_24_10 = callPackage ../development/libraries/v8/3.24.10.nix {
|
||||
|
Loading…
Reference in New Issue
Block a user