acd-cli: use python36
This commit is contained in:
parent
e4b94fa60f
commit
4ecfeb56a7
@ -13413,7 +13413,7 @@ with pkgs;
|
|||||||
abook = callPackage ../applications/misc/abook { };
|
abook = callPackage ../applications/misc/abook { };
|
||||||
|
|
||||||
acd-cli = callPackage ../applications/networking/sync/acd_cli {
|
acd-cli = callPackage ../applications/networking/sync/acd_cli {
|
||||||
inherit (python35Packages)
|
inherit (python3Packages)
|
||||||
buildPythonApplication appdirs colorama dateutil
|
buildPythonApplication appdirs colorama dateutil
|
||||||
requests requests_toolbelt sqlalchemy fusepy;
|
requests requests_toolbelt sqlalchemy fusepy;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user