Skip to content

Commit

Permalink
offlineimap: add Kerberos support
Browse files Browse the repository at this point in the history
  • Loading branch information
catern committed Sep 4, 2017
1 parent f01f86c commit b5eb923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/networking/offlineimap/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5eb923

Please sign in to comment.