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