1 { lib, fetchurl, python2Packages }:
3 python2Packages.buildPythonApplication rec {
8 url = "http://pyropus.ca/software/getmail/old-versions/${pname}-${version}.tar.gz";
9 sha256 = "1hcrd9h4g12f5gvl1djsbchcjry02ghq4icdr897s8v48pkrzagk";
15 # getmail spends a lot of effort to build an absolute path for
16 # documentation installation; too bad it is counterproductive now
17 sed -e '/datadir or prefix,/d' -i setup.py
21 description = "A program for retrieving mail";
22 maintainers = [ lib.maintainers.raskin ];
23 platforms = lib.platforms.linux;
25 homepage = "http://pyropus.ca/software/getmail/";
28 license = lib.licenses.gpl2Plus;