forked from mirrors/nixpkgs
kitty: remove symlink to kitty-deref-symlink
Symlinking to `kitty-deref-symlink` on macOS is no longer needed. In fact `kitty-deref-symlink` is now a symlink itself.
This reverts 240fce7ba7
.
This commit is contained in:
parent
cc5b82f9de
commit
b83221fe2f
|
@ -89,7 +89,7 @@ buildPythonApplication rec {
|
|||
mkdir -p $out
|
||||
${if stdenv.isDarwin then ''
|
||||
mkdir "$out/bin"
|
||||
ln -s ../Applications/kitty.app/Contents/MacOS/kitty-deref-symlink "$out/bin/kitty"
|
||||
ln -s ../Applications/kitty.app/Contents/MacOS/kitty "$out/bin/kitty"
|
||||
mkdir "$out/Applications"
|
||||
cp -r kitty.app "$out/Applications/kitty.app"
|
||||
'' else ''
|
||||
|
|
Loading…
Reference in a new issue