vdirsyncer: use Python3 by default

Even if Python2 is still supported, the maintainer says that some
features won't work and the support will soon be discarded.
This commit is contained in:
Damien Cassou 2016-03-03 16:00:04 +01:00
parent a0b1b032b6
commit 740307a213

View file

@ -13790,7 +13790,7 @@ let
vcprompt = callPackage ../applications/version-management/vcprompt { };
vdirsyncer = callPackage ../tools/misc/vdirsyncer { };
vdirsyncer = callPackage ../tools/misc/vdirsyncer { pythonPackages = python3Packages; };
vdpauinfo = callPackage ../tools/X11/vdpauinfo { };