v8: use python2
This commit is contained in:
parent
5f265dc9c5
commit
cc05895fe5
@ -9349,27 +9349,27 @@ in
|
|||||||
});
|
});
|
||||||
|
|
||||||
v8_3_14 = callPackage ../development/libraries/v8/3.14.nix {
|
v8_3_14 = callPackage ../development/libraries/v8/3.14.nix {
|
||||||
inherit (pythonPackages) gyp;
|
inherit (python2Packages) python gyp;
|
||||||
};
|
};
|
||||||
|
|
||||||
v8_3_16_14 = callPackage ../development/libraries/v8/3.16.14.nix {
|
v8_3_16_14 = callPackage ../development/libraries/v8/3.16.14.nix {
|
||||||
inherit (pythonPackages) gyp;
|
inherit (python2Packages) python gyp;
|
||||||
};
|
};
|
||||||
|
|
||||||
v8_3_24_10 = callPackage ../development/libraries/v8/3.24.10.nix {
|
v8_3_24_10 = callPackage ../development/libraries/v8/3.24.10.nix {
|
||||||
inherit (pythonPackages) gyp;
|
inherit (python2Packages) python gyp;
|
||||||
};
|
};
|
||||||
|
|
||||||
v8_3_30_33 = callPackage ../development/libraries/v8/3.30.33.nix {
|
v8_3_30_33 = callPackage ../development/libraries/v8/3.30.33.nix {
|
||||||
inherit (pythonPackages) gyp;
|
inherit (python2Packages) python gyp;
|
||||||
};
|
};
|
||||||
|
|
||||||
v8_4_5 = callPackage ../development/libraries/v8/4.5.nix {
|
v8_4_5 = callPackage ../development/libraries/v8/4.5.nix {
|
||||||
inherit (pythonPackages) gyp;
|
inherit (python2Packages) python gyp;
|
||||||
};
|
};
|
||||||
|
|
||||||
v8 = callPackage ../development/libraries/v8 {
|
v8 = callPackage ../development/libraries/v8 {
|
||||||
inherit (pythonPackages) gyp;
|
inherit (python2Packages) python gyp;
|
||||||
};
|
};
|
||||||
|
|
||||||
v8_static = lowPrio (self.v8.override { static = true; });
|
v8_static = lowPrio (self.v8.override { static = true; });
|
||||||
|
Loading…
x
Reference in New Issue
Block a user