khal: change dependency vdirsyncer from application to module

If we override khal with another python version, its dependencies should
also be built with another python version. If we use application rather
than module, python version will be fixed.
This commit is contained in:
wrvsrx 2023-05-26 15:15:30 +08:00
parent e4533da962
commit 693e831f4f
No known key found for this signature in database
GPG key ID: 8BCC6FC7D2BDCB3B

View file

@ -37,7 +37,7 @@ python3.pkgs.buildPythonApplication rec {
icalendar icalendar
lxml lxml
pkginfo pkginfo
pkgs.vdirsyncer vdirsyncer
python-dateutil python-dateutil
pytz pytz
pyxdg pyxdg