We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent b3970e7 commit 0d7a0d7Copy full SHA for 0d7a0d7
pkgs/development/mobile/titaniumenv/titaniumsdk-6.3.nix
@@ -23,7 +23,11 @@ stdenv.mkDerivation {
23
cd mobilesdk/*
24
mv * 6.3.1.GA
25
cd *
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
+
31
# Patch some executables
32
33
${if stdenv.system == "i686-linux" then
0 commit comments