kitty: append instead of prepend extra deps to PATH (#398877)

authored by Peder Bergebakken Sundt and committed by GitHub 6358207c a85a037d

+1 -1
+1 -1
pkgs/by-name/ki/kitty/package.nix
··· 294 294 295 295 # dereference the `kitty` symlink to make sure the actual executable 296 296 # is wrapped on macOS as well (and not just the symlink) 297 - wrapProgram $(realpath "$out/bin/kitty") --prefix PATH : "$out/bin:${ 297 + wrapProgram $(realpath "$out/bin/kitty") --suffix PATH : "$out/bin:${ 298 298 lib.makeBinPath [ 299 299 imagemagick 300 300 ncurses.dev