bring darwin libtool back into scope for node
This commit is contained in:
parent
64eed4b98a
commit
4833a37791
|
@ -2021,6 +2021,7 @@ let
|
|||
};
|
||||
|
||||
nodejs-0_10 = callPackage ../development/web/nodejs/v0_10.nix {
|
||||
libtool = darwin.cctools;
|
||||
inherit (darwin.apple_sdk.frameworks) CoreServices ApplicationServices Carbon Foundation;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue