Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
kitty: symlink the deref binary
Browse files Browse the repository at this point in the history
(cherry picked from commit 240fce7)

cc #61369
  • Loading branch information
rvolosatovs authored and veprbl committed May 13, 2019
1 parent 8fd6e72 commit af657b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/misc/kitty/default.nix
Expand Up @@ -95,7 +95,7 @@ buildPythonApplication rec {
mkdir -p $out
${if stdenv.isDarwin then ''
mkdir "$out/bin"
ln -s ../Applications/kitty.app/Contents/MacOS/kitty "$out/bin/kitty"
ln -s ../Applications/kitty.app/Contents/MacOS/kitty-deref-symlink "$out/bin/kitty"
mkdir "$out/Applications"
cp -r kitty.app "$out/Applications/kitty.app"
'' else ''
Expand Down

0 comments on commit af657b7

Please sign in to comment.