Skip to content

Commit

Permalink
awsume: substitute path to awsume-autocomplete bin
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineco committed Dec 16, 2024
1 parent d69bf49 commit 63869e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/tools/admin/awsume/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ buildPythonApplication rec {
postPatch = ''
patchShebangs shell_scripts
substituteInPlace shell_scripts/{awsume,awsume.fish} --replace-fail "awsumepy" "$out/bin/awsumepy"
substituteInPlace awsume/configure/autocomplete.py --replace-fail "awsume-autocomplete" "$out/bin/awsume-autocomplete"
'';

postInstall = ''
Expand Down

0 comments on commit 63869e2

Please sign in to comment.