3
0
Fork 0
forked from mirrors/nixpkgs

v8_3_16_14: Must be build with gcc <= 4.8

This commit is contained in:
William A. Kennington III 2015-07-08 16:18:08 -07:00
parent 76674a3c07
commit 5ce2cf8a0f

View file

@ -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 {