add darwin libtool to nodejs 4.1.0
This commit is contained in:
parent
4833a37791
commit
4520a19151
|
@ -54,6 +54,8 @@ in stdenv.mkDerivation {
|
|||
propagatedBuildInputs = optionals stdenv.isDarwin [ Carbon ];
|
||||
setupHook = ./setup-hook.sh;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
passthru.interpreterName = "nodejs-0.10";
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2017,6 +2017,7 @@ let
|
|||
ninka = callPackage ../development/tools/misc/ninka { };
|
||||
|
||||
nodejs-4_1 = callPackage ../development/web/nodejs {
|
||||
libtool = darwin.cctools;
|
||||
openssl = openssl_1_0_2;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue