Commit efba8b23 authored by Weijia Wang's avatar Weijia Wang
Browse files

gitkraken: fix runtime error on darwin

parent a4c90e09
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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