mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
titaniumenv: fix nasty IPA generation bug
This commit is contained in:
parent
b3970e7f5c
commit
0d7a0d7572
@ -23,7 +23,11 @@ stdenv.mkDerivation {
|
||||
cd mobilesdk/*
|
||||
mv * 6.3.1.GA
|
||||
cd *
|
||||
|
||||
${stdenv.lib.optionalString (stdenv.system == "x86_64-darwin") ''
|
||||
# Fixes a bad archive copying error when generating an IPA file
|
||||
sed -i -e "s|cp -rf|/bin/cp -rf|" iphone/cli/commands/_build.js
|
||||
''}
|
||||
|
||||
# Patch some executables
|
||||
|
||||
${if stdenv.system == "i686-linux" then
|
||||
|
Loading…
Reference in New Issue
Block a user