aws_shell: use python2

This commit is contained in:
Frederik Rietdijk 2016-11-09 12:09:49 +01:00
parent 4fb7a8bf1a
commit e77a14b24b

View file

@ -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;