vdirsyncer: Use python2 instead of python3

This commit is contained in:
Jascha Geerds 2015-05-30 00:53:22 +02:00
parent f49d2e9953
commit b5019ffd72

View File

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