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

View File

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