Merge pull request #32517 from KaiHa/radicale-pytz

radicale: add pytz to closure
This commit is contained in:
Frederik Rietdijk
2017-12-09 18:42:23 +01:00
committed by GitHub

View File

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