Unverified Commit 2ea9f0e8 authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

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

parents f2bef9c2 20af491d
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
  '';