about summary refs log tree commit diff
path: root/pkgs/servers/radicale/3.x.nix
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2022-05-17 17:29:14 +0000
committerKerstin <kerstin@erictapen.name>2022-05-17 22:23:57 +0200
commit850f53674986d25ad0a680671552176e586e0198 (patch)
treeaaa36f191f0a1715f7533aa921d433dfe3151beb /pkgs/servers/radicale/3.x.nix
parent2d1a34b8cc4a28adcdb97fb2872e303a9b8ded57 (diff)
radicale: add optional dependency pytz
Diffstat (limited to 'pkgs/servers/radicale/3.x.nix')
-rw-r--r--pkgs/servers/radicale/3.x.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/servers/radicale/3.x.nix b/pkgs/servers/radicale/3.x.nix
index 7171b4550fd1a..a8f5a29db8d61 100644
--- a/pkgs/servers/radicale/3.x.nix
+++ b/pkgs/servers/radicale/3.x.nix
@@ -20,6 +20,7 @@ python3.pkgs.buildPythonApplication rec {
     passlib
     vobject
     python-dateutil
+    pytz # https://github.com/Kozea/Radicale/issues/816
   ] ++ passlib.extras-require.bcrypt;
 
   checkInputs = with python3.pkgs; [