Skip to content

Commit

Permalink
nodePackages: Add ios-deploy, update the rest
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Feb 1, 2017
1 parent 3b26c2f commit e967068
Show file tree
Hide file tree
Showing 4 changed files with 1,391 additions and 1,143 deletions.
8 changes: 8 additions & 0 deletions pkgs/development/node-packages/default-v6.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
'';
});
}

0 comments on commit e967068

Please sign in to comment.