kitty: append instead of prepend extra deps to PATH (#398877)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user