Merge pull request #58517 from strager/iterm2

iterm2: fix build
This commit is contained in:
Silvan Mosberger 2019-03-31 04:08:30 +02:00 committed by GitHub
commit 4f25405a7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
postPatch = '' postPatch = ''
sed -i -e 's/CODE_SIGN_IDENTITY = "Developer ID Application"/CODE_SIGN_IDENTITY = ""/g' ./iTerm2.xcodeproj/project.pbxproj sed -i -e 's/CODE_SIGN_IDENTITY = "Developer ID Application"/CODE_SIGN_IDENTITY = ""/g' ./iTerm2.xcodeproj/project.pbxproj
''; '';
preConfigure = "LD=$CC";
makeFlagsArray = ["Deployment"]; makeFlagsArray = ["Deployment"];
installPhase = '' installPhase = ''
mkdir -p "$out/Applications" mkdir -p "$out/Applications"