mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
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:
parent
a0b1b032b6
commit
740307a213
1 changed files with 1 additions and 1 deletions
|
@ -13790,7 +13790,7 @@ let
|
||||||
|
|
||||||
vcprompt = callPackage ../applications/version-management/vcprompt { };
|
vcprompt = callPackage ../applications/version-management/vcprompt { };
|
||||||
|
|
||||||
vdirsyncer = callPackage ../tools/misc/vdirsyncer { };
|
vdirsyncer = callPackage ../tools/misc/vdirsyncer { pythonPackages = python3Packages; };
|
||||||
|
|
||||||
vdpauinfo = callPackage ../tools/X11/vdpauinfo { };
|
vdpauinfo = callPackage ../tools/X11/vdpauinfo { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue