nodePackages: Add ios-deploy, update the rest

This commit is contained in:
Shea Levy 2017-01-31 20:10:18 -05:00
parent 3b26c2f465
commit e967068695
4 changed files with 1390 additions and 1142 deletions

View File

@ -45,4 +45,12 @@ nodePackages // {
done done
''; '';
}); });
ios-deploy = nodePackages.ios-deploy.override (oldAttrs: {
preRebuild = ''
tmp=$(mktemp -d)
ln -s /usr/bin/xcodebuild $tmp
export PATH="$PATH:$tmp"
'';
});
} }

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -22,6 +22,7 @@
, "gulp" , "gulp"
, "hipache" , "hipache"
, "htmlhint" , "htmlhint"
, "ios-deploy"
, "istanbul" , "istanbul"
, "jayschema" , "jayschema"
, "jshint" , "jshint"