bring darwin libtool back into scope for node
This commit is contained in:
parent
6367e48225
commit
41ef382b9b
@ -2012,10 +2012,12 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
nodejs-0_12 = callPackage ../development/web/nodejs {
|
nodejs-0_12 = callPackage ../development/web/nodejs {
|
||||||
|
libtool = darwin.cctools;
|
||||||
libuv = libuvVersions.v1_6_1;
|
libuv = libuvVersions.v1_6_1;
|
||||||
};
|
};
|
||||||
|
|
||||||
nodejs-0_10 = callPackage ../development/web/nodejs/v0_10.nix {
|
nodejs-0_10 = callPackage ../development/web/nodejs/v0_10.nix {
|
||||||
|
libtool = darwin.cctools;
|
||||||
inherit (darwin.apple_sdk.frameworks) CoreServices ApplicationServices Carbon Foundation;
|
inherit (darwin.apple_sdk.frameworks) CoreServices ApplicationServices Carbon Foundation;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user