mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
offlineimap: add proxy dependency (#76347)
This commit is contained in:
parent
6756cc69c5
commit
8b6bb39d39
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue