lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

titaniumenv: fix nasty IPA generation bug

+5 -1
+5 -1
pkgs/development/mobile/titaniumenv/titaniumsdk-6.3.nix
··· 23 23 cd mobilesdk/* 24 24 mv * 6.3.1.GA 25 25 cd * 26 - 26 + ${stdenv.lib.optionalString (stdenv.system == "x86_64-darwin") '' 27 + # Fixes a bad archive copying error when generating an IPA file 28 + sed -i -e "s|cp -rf|/bin/cp -rf|" iphone/cli/commands/_build.js 29 + ''} 30 + 27 31 # Patch some executables 28 32 29 33 ${if stdenv.system == "i686-linux" then