aerc: make patchShebangs detect Bash
Shell-based `html` filter's shebang wasn't patched
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user