gitkraken: fix runtime error on darwin

This commit is contained in:
Weijia Wang 2023-10-24 05:28:10 +02:00
parent a4c90e09f2
commit efba8b2336

View File

@ -139,9 +139,15 @@ let
nativeBuildInputs = [ unzip ];
installPhase = ''
runHook preInstall
mkdir -p $out/Applications/GitKraken.app
cp -R . $out/Applications/GitKraken.app
runHook postInstall
'';
dontFixup = true;
};
in
if stdenv.isDarwin