Merge pull request #13644 from DamienCassou/vdirsyncer-default-python3
vdirsyncer: use Python3 by default
This commit is contained in:
commit
7a360b13a0
@ -13844,7 +13844,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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user