7 python3.pkgs.buildPythonApplication rec {
8 pname = "mlarchive2maildir";
12 inherit pname version;
13 sha256 = "02zjwa7zbcbqj76l0qmg7bbf3fqli60pl2apby3j4zwzcrrryczs";
16 nativeBuildInputs = with python3.pkgs; [ setuptools-scm ];
18 propagatedBuildInputs = with python3.pkgs; [
27 homepage = "https://github.com/flokli/mlarchive2maildir";
28 description = "Imports mail from (pipermail) archives into a maildir";
29 mainProgram = "mlarchive2maildir";
30 license = licenses.mit;
31 maintainers = with maintainers; [ flokli ];