titaniumenv: Make path to xcode configurable through the build function

This commit is contained in:
Sander van der Burg
2014-10-14 14:57:11 +02:00
parent e3563e6c23
commit 2375a55e1e
2 changed files with 9 additions and 3 deletions
@@ -47,6 +47,6 @@ rec {
inherit (pkgs.nodePackages) titanium;
inherit (androidenv) androidsdk;
inherit (xcodeenv) xcodewrapper;
inherit titaniumsdk;
inherit titaniumsdk xcodeBaseDir;
};
}