Skip to content

Commit 1d5a894

Browse files
authored
Merge pull request #333642 from alois31/kakoune-path
2 parents 27e5ee9 + b3f4bfa commit 1d5a894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/applications/editors/kakoune/wrapper.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ in
2424
rm "$out/bin/kak"
2525
makeWrapper "${kakoune}/bin/kak" "$out/bin/kak" \
2626
--set KAKOUNE_RUNTIME "$out/share/kak" \
27-
--set PATH "$PATH:$out/share/kak/bin"
27+
--suffix PATH : "$out/share/kak/bin"
2828
2929
# currently kakoune ignores doc files if they are symlinks, so workaround by
3030
# copying doc files over, so they become regular files...

0 commit comments

Comments
 (0)