aerc: make patchShebangs detect Bash

Shell-based `html` filter's shebang wasn't patched
This commit is contained in:
Acid Bong
2025-10-28 21:51:38 +02:00
parent db963111ba
commit da233ea510

View File

@@ -11,6 +11,7 @@
dante, dante,
gawk, gawk,
versionCheckHook, versionCheckHook,
bashNonInteractive,
nix-update-script, nix-update-script,
}: }:
@@ -52,6 +53,7 @@ buildGoModule (finalAttrs: {
buildInputs = [ buildInputs = [
python3Packages.python python3Packages.python
gawk gawk
bashNonInteractive
] ]
++ lib.optional withNotmuch notmuch; ++ lib.optional withNotmuch notmuch;