awscli: Remove Python prefix

This commit is contained in:
Eelco Dolstra 2013-01-30 15:55:39 +01:00
parent 06c9353270
commit c343e1db77

View File

@ -253,6 +253,7 @@ pythonPackages = python.modules // rec {
awscli = buildPythonPackage rec {
name = "awscli-0.5.0";
namePrefix = "";
src = fetchurl {
url = https://github.com/aws/aws-cli/archive/0.5.0.tar.gz;