offlineimap: add proxy dependency (#76347)

This commit is contained in:
Vonfry 2019-12-26 19:30:57 +08:00 committed by lewo
parent 6756cc69c5
commit 8b6bb39d39

View File

@ -23,7 +23,7 @@ python2Packages.buildPythonApplication rec {
doCheck = false; doCheck = false;
nativeBuildInputs = [ asciidoc libxml2 libxslt docbook_xsl ]; nativeBuildInputs = [ asciidoc libxml2 libxslt docbook_xsl ];
propagatedBuildInputs = with python2Packages; [ six kerberos rfc6555 ]; propagatedBuildInputs = with python2Packages; [ six kerberos rfc6555 pysocks ];
postInstall = '' postInstall = ''
make -C docs man make -C docs man