We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27e5ee9 + b3f4bfa commit 1d5a894Copy full SHA for 1d5a894
pkgs/applications/editors/kakoune/wrapper.nix
@@ -24,7 +24,7 @@ in
24
rm "$out/bin/kak"
25
makeWrapper "${kakoune}/bin/kak" "$out/bin/kak" \
26
--set KAKOUNE_RUNTIME "$out/share/kak" \
27
- --set PATH "$PATH:$out/share/kak/bin"
+ --suffix PATH : "$out/share/kak/bin"
28
29
# currently kakoune ignores doc files if they are symlinks, so workaround by
30
# copying doc files over, so they become regular files...
0 commit comments