Commit 9a1032fa authored by Andrew Marshall's avatar Andrew Marshall
Browse files

kitty: append instead of prepend extra deps to PATH

This allows those in the PATH already to be preferred. Prepending might
lead to confusing behavior as this may have overridden the user’s choice
for these in the shell that Kitty starts.
parent 2631b0b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -294,7 +294,7 @@ buildPythonApplication rec {

    # dereference the `kitty` symlink to make sure the actual executable
    # is wrapped on macOS as well (and not just the symlink)
    wrapProgram $(realpath "$out/bin/kitty") --prefix PATH : "$out/bin:${
    wrapProgram $(realpath "$out/bin/kitty") --suffix PATH : "$out/bin:${
      lib.makeBinPath [
        imagemagick
        ncurses.dev