aerc: remove explicit patchShebangs call from postFixup

Shebangs were already patched in `fixupPhase`, so this step is redundant
and doing nothing
This commit is contained in:
Acid Bong
2025-10-28 21:46:58 +02:00
parent 4570ceef2b
commit db963111ba

View File

@@ -80,7 +80,6 @@ buildGoModule (finalAttrs: {
dante
]
}
patchShebangs $out/libexec/aerc/filters
'';
nativeInstallCheckInputs = [ versionCheckHook ];