lol

titaniumenv: use Node.js 4.x for the CLI tools

+1 -1
+1 -1
pkgs/development/mobile/titaniumenv/default.nix
··· 19 19 20 20 buildApp = import ./build-app.nix { 21 21 inherit (pkgs) stdenv python which jdk nodejs; 22 - inherit (pkgs.nodePackages) titanium alloy; 22 + inherit (pkgs.nodePackages_4_x) titanium alloy; 23 23 inherit (androidenv) androidsdk; 24 24 inherit (xcodeenv) xcodewrapper; 25 25 inherit titaniumsdk xcodeBaseDir;