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; [
|
propagatedBuildInputs = with python3Packages; [
|
||||||
vobject
|
vobject
|
||||||
passlib
|
passlib
|
||||||
|
pytz
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user