Commit 20af491d authored by Michael Adler's avatar Michael Adler
Browse files

aerc: wrap show-ics-details.py to fix missing deps

The show-ics-details.py filter requires the Python package 'vobject',
which is correctly specified in 'pythonPath'. However, the filter
was not wrapped, causing it to fail at runtime due to the missing
dependency.
parent 0182a361
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -61,6 +61,7 @@ buildGoModule (finalAttrs: {
    runHook preInstall

    make $makeFlags GOFLAGS="$GOFLAGS${lib.optionalString withNotmuch " -tags=notmuch"}" install
    wrapPythonProgramsIn "$out/libexec/" "''${pythonPath[*]}"

    runHook postInstall
  '';