Skip to content

Commit

Permalink
Merge pull request #333642 from alois31/kakoune-path
Browse files Browse the repository at this point in the history
  • Loading branch information
philiptaron committed Aug 10, 2024
2 parents 27e5ee9 + b3f4bfa commit 1d5a894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/editors/kakoune/wrapper.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ in
rm "$out/bin/kak"
makeWrapper "${kakoune}/bin/kak" "$out/bin/kak" \
--set KAKOUNE_RUNTIME "$out/share/kak" \
--set PATH "$PATH:$out/share/kak/bin"
--suffix PATH : "$out/share/kak/bin"
# currently kakoune ignores doc files if they are symlinks, so workaround by
# copying doc files over, so they become regular files...
Expand Down

0 comments on commit 1d5a894

Please sign in to comment.