offlineimap: add Kerberos support
This commit is contained in:
parent
f01f86c5ca
commit
b5eb923bc7
@ -21,7 +21,7 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
nativeBuildInputs = [ asciidoc libxml2 libxslt docbook_xml_xslt ];
|
nativeBuildInputs = [ asciidoc libxml2 libxslt docbook_xml_xslt ];
|
||||||
propagatedBuildInputs = [ pythonPackages.six ];
|
propagatedBuildInputs = [ pythonPackages.six pythonPackages.kerberos ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
make -C docs man
|
make -C docs man
|
||||||
|
Loading…
Reference in New Issue
Block a user