forked from mirrors/nixpkgs
titaniumenv: use Node.js 4.x for the CLI tools
This commit is contained in:
parent
4785a19444
commit
4f7fe27065
|
@ -19,7 +19,7 @@ rec {
|
|||
|
||||
buildApp = import ./build-app.nix {
|
||||
inherit (pkgs) stdenv python which jdk nodejs;
|
||||
inherit (pkgs.nodePackages) titanium alloy;
|
||||
inherit (pkgs.nodePackages_4_x) titanium alloy;
|
||||
inherit (androidenv) androidsdk;
|
||||
inherit (xcodeenv) xcodewrapper;
|
||||
inherit titaniumsdk xcodeBaseDir;
|
||||
|
|
Loading…
Reference in a new issue