mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge pull request #248175 from DamienCassou/offlineimap-misc
This commit is contained in:
commit
50b06dc5cb
@ -7,6 +7,8 @@
|
||||
, installShellFiles
|
||||
, libxml2
|
||||
, libxslt
|
||||
, testers
|
||||
, offlineimap
|
||||
}:
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
@ -58,10 +60,13 @@ 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";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ endocrimes ];
|
||||
mainProgram = "offlineimap";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user