acd-cli: use python36

This commit is contained in:
Frederik Rietdijk 2017-09-06 18:51:58 +02:00
parent e4b94fa60f
commit 4ecfeb56a7

View File

@ -13413,7 +13413,7 @@ with pkgs;
abook = callPackage ../applications/misc/abook { };
acd-cli = callPackage ../applications/networking/sync/acd_cli {
inherit (python35Packages)
inherit (python3Packages)
buildPythonApplication appdirs colorama dateutil
requests requests_toolbelt sqlalchemy fusepy;
};