forked from mirrors/nixpkgs
aws_shell: use python2
This commit is contained in:
parent
4fb7a8bf1a
commit
e77a14b24b
|
@ -473,9 +473,9 @@ in
|
|||
|
||||
avfs = callPackage ../tools/filesystems/avfs { };
|
||||
|
||||
awscli = pythonPackages.awscli;
|
||||
awscli = pythonPackages.awscli; # Should be moved out of python-packages.nix
|
||||
|
||||
aws_shell = pythonPackages.aws_shell;
|
||||
aws_shell = python2Packages.aws_shell; # Should be moved out of python-packages.nix
|
||||
|
||||
azure-cli = nodePackages.azure-cli;
|
||||
|
||||
|
|
Loading…
Reference in a new issue