forked from mirrors/nixpkgs
ios-rebuild: Unbreak build
Needs to link with a C compiler, not linker directly
This commit is contained in:
parent
4956767f53
commit
ceb8f6e38f
|
@ -59,6 +59,7 @@ nodePackages // {
|
|||
|
||||
ios-deploy = nodePackages.ios-deploy.override (oldAttrs: {
|
||||
preRebuild = ''
|
||||
LD=$CC
|
||||
tmp=$(mktemp -d)
|
||||
ln -s /usr/bin/xcodebuild $tmp
|
||||
export PATH="$PATH:$tmp"
|
||||
|
|
|
@ -59,6 +59,7 @@ nodePackages // {
|
|||
|
||||
ios-deploy = nodePackages.ios-deploy.override (oldAttrs: {
|
||||
preRebuild = ''
|
||||
LD=$CC
|
||||
tmp=$(mktemp -d)
|
||||
ln -s /usr/bin/xcodebuild $tmp
|
||||
export PATH="$PATH:$tmp"
|
||||
|
|
Loading…
Reference in a new issue