offlineimap: add proxy dependency (#76347)
This commit is contained in:
parent
6756cc69c5
commit
8b6bb39d39
@ -23,7 +23,7 @@ python2Packages.buildPythonApplication rec {
|
||||
doCheck = false;
|
||||
|
||||
nativeBuildInputs = [ asciidoc libxml2 libxslt docbook_xsl ];
|
||||
propagatedBuildInputs = with python2Packages; [ six kerberos rfc6555 ];
|
||||
propagatedBuildInputs = with python2Packages; [ six kerberos rfc6555 pysocks ];
|
||||
|
||||
postInstall = ''
|
||||
make -C docs man
|
||||
|
Loading…
Reference in New Issue
Block a user