gitkraken: fix runtime error on darwin
This commit is contained in:
parent
a4c90e09f2
commit
efba8b2336
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user