Loading pkgs/tools/networking/offlineimap/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,8 @@ , installShellFiles , libxml2 , libxslt , testers , offlineimap }: python3.pkgs.buildPythonApplication rec { Loading Loading @@ -58,6 +60,8 @@ python3.pkgs.buildPythonApplication rec { "offlineimap" ]; passthru.tests.version = testers.testVersion { package = offlineimap; }; meta = with lib; { description = "Synchronize emails between two repositories, so that you can read the same mailbox from multiple computers"; homepage = "http://offlineimap.org"; Loading Loading
pkgs/tools/networking/offlineimap/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,8 @@ , installShellFiles , libxml2 , libxslt , testers , offlineimap }: python3.pkgs.buildPythonApplication rec { Loading Loading @@ -58,6 +60,8 @@ python3.pkgs.buildPythonApplication rec { "offlineimap" ]; passthru.tests.version = testers.testVersion { package = offlineimap; }; meta = with lib; { description = "Synchronize emails between two repositories, so that you can read the same mailbox from multiple computers"; homepage = "http://offlineimap.org"; Loading