offlineimap: add proxy dependency (#76347)
This commit is contained in:
parent
6756cc69c5
commit
8b6bb39d39
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user