forked from mirrors/nixpkgs
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:
parent
3eccd0b11d
commit
3b895db614
|
@ -21,6 +21,7 @@ python3Packages.buildPythonApplication {
|
|||
propagatedBuildInputs = with python3Packages; [
|
||||
vobject
|
||||
passlib
|
||||
pytz
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue