awsume: substitute path to awsume-autocomplete bin

This commit is contained in:
Antoine Cotten 2024-12-13 19:42:47 +01:00
parent 92371eb1be
commit 795cbd1a76
No known key found for this signature in database

View File

@ -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 = ''