aerc: wrap show-ics-details.py to fix missing deps (#492495)

This commit is contained in:
Felix Bargfeldt
2026-02-21 13:43:49 +00:00
committed by GitHub
+1
View File
@@ -61,6 +61,7 @@ buildGoModule (finalAttrs: {
runHook preInstall
make $makeFlags GOFLAGS="$GOFLAGS${lib.optionalString withNotmuch " -tags=notmuch"}" install
wrapPythonProgramsIn "$out/libexec/" "''${pythonPath[*]}"
runHook postInstall
'';