sway-contrib.grimshot: add bash shell-completion

(cherry picked from commit aceaa9eddb1cd2ec6389a622bbe9192757d4c3c3)
This commit is contained in:
John Garcia 2024-05-28 14:43:49 +01:00 committed by github-actions[bot]
parent 81019a84fc
commit e42936c2fe

@ -47,6 +47,7 @@ grimshot = stdenvNoCC.mkDerivation {
buildInputs = [ bash ];
installPhase = ''
installManPage grimshot.1
installShellCompletion --cmd grimshot grimshot-completion.bash
install -Dm 0755 grimshot $out/bin/grimshot
wrapProgram $out/bin/grimshot --set PATH \