add darwin libtool to nodejs 4.1.0

This commit is contained in:
Jude Taylor
2015-09-28 17:23:25 -07:00
parent 4833a37791
commit 4520a19151
2 changed files with 3 additions and 0 deletions

View File

@@ -54,6 +54,8 @@ in stdenv.mkDerivation {
propagatedBuildInputs = optionals stdenv.isDarwin [ Carbon ];
setupHook = ./setup-hook.sh;
enableParallelBuilding = true;
passthru.interpreterName = "nodejs-0.10";
meta = {