Merge pull request #32517 from KaiHa/radicale-pytz

radicale: add pytz to closure
wip/yesman
Frederik Rietdijk 7 years ago committed by GitHub
commit 8af9da2147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      pkgs/servers/radicale/default.nix

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

Loading…
Cancel
Save