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
commit 8af9da2147
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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