whatsapp-chat-exporter: fix missing dependency

This commit is contained in:
Esteban Macanek
2025-01-27 09:50:39 +05:30
committed by Masum Reza
parent 7f92be44ef
commit a55f190769
@@ -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
];
};
}