mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
Merge pull request #28993 from catern/patch-1
offlineimap: add Kerberos support
This commit is contained in:
commit
f91b4de9c2
@ -21,7 +21,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
doCheck = false;
|
||||
|
||||
nativeBuildInputs = [ asciidoc libxml2 libxslt docbook_xml_xslt ];
|
||||
propagatedBuildInputs = [ pythonPackages.six ];
|
||||
propagatedBuildInputs = [ pythonPackages.six pythonPackages.kerberos ];
|
||||
|
||||
postInstall = ''
|
||||
make -C docs man
|
||||
|
Loading…
Reference in New Issue
Block a user