add darwin libtool to nodejs 4.1.0
This commit is contained in:
parent
06eab94f16
commit
f4a7173e83
@ -54,6 +54,8 @@ in stdenv.mkDerivation {
|
|||||||
propagatedBuildInputs = optionals stdenv.isDarwin [ Carbon ];
|
propagatedBuildInputs = optionals stdenv.isDarwin [ Carbon ];
|
||||||
setupHook = ./setup-hook.sh;
|
setupHook = ./setup-hook.sh;
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
passthru.interpreterName = "nodejs-0.10";
|
passthru.interpreterName = "nodejs-0.10";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
@ -2007,6 +2007,7 @@ let
|
|||||||
ninka = callPackage ../development/tools/misc/ninka { };
|
ninka = callPackage ../development/tools/misc/ninka { };
|
||||||
|
|
||||||
nodejs-4_1 = callPackage ../development/web/nodejs/v4_1_0.nix {
|
nodejs-4_1 = callPackage ../development/web/nodejs/v4_1_0.nix {
|
||||||
|
libtool = darwin.cctools;
|
||||||
libuv = libuvVersions.v1_7_5;
|
libuv = libuvVersions.v1_7_5;
|
||||||
openssl = openssl_1_0_2;
|
openssl = openssl_1_0_2;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user