mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-03 11:27:01 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue