radicale: add pytz to closure

Without pytz I got error messages like this in the journal:

  Dec 09 00:00:00 x radicale[8868]: ERROR:root:No module named 'pytz'
This commit is contained in:
Kai Harries 2017-12-09 17:45:25 +01:00
parent 3eccd0b11d
commit 3b895db614

View file

@ -21,6 +21,7 @@ python3Packages.buildPythonApplication {
propagatedBuildInputs = with python3Packages; [
vobject
passlib
pytz
];
meta = with stdenv.lib; {