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

This commit is contained in:
Peder Bergebakken Sundt
2025-05-01 20:04:54 +02:00
committed by GitHub
+1 -1
View File
@@ -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