Commit a55f1907 authored by Esteban Macanek's avatar Esteban Macanek Committed by Masum Reza
Browse files

whatsapp-chat-exporter: fix missing dependency

parent 7f92be44
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ python3Packages.buildPythonApplication rec {
    jinja2
    pycryptodome
    javaobj-py3
    vobject
  ];

  meta = with lib; {
@@ -34,6 +35,9 @@ python3Packages.buildPythonApplication rec {
    '';
    license = licenses.mit;
    mainProgram = "wtsexporter";
    maintainers = with maintainers; [ bbenno ];
    maintainers = with maintainers; [
      bbenno
      EstebanMacanek
    ];
  };
}