nodePackages: Add ios-deploy, update the rest
This commit is contained in:
parent
3b26c2f465
commit
e967068695
@ -45,4 +45,12 @@ nodePackages // {
|
||||
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
@ -22,6 +22,7 @@
|
||||
, "gulp"
|
||||
, "hipache"
|
||||
, "htmlhint"
|
||||
, "ios-deploy"
|
||||
, "istanbul"
|
||||
, "jayschema"
|
||||
, "jshint"
|
||||
|
Loading…
x
Reference in New Issue
Block a user