aws_shell: use python2

This commit is contained in:
Frederik Rietdijk
2016-11-24 22:28:03 +01:00
parent 4fb7a8bf1a
commit e77a14b24b
+2 -2
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;