mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
awscli: Set meta.mainProgram
… so that `nix run nixpkgs#awscli` works
This commit is contained in:
parent
36f373ddca
commit
dcc7610bb1
@ -90,6 +90,7 @@ with py.pkgs; buildPythonApplication rec {
|
|||||||
homepage = "https://aws.amazon.com/cli/";
|
homepage = "https://aws.amazon.com/cli/";
|
||||||
description = "Unified tool to manage your AWS services";
|
description = "Unified tool to manage your AWS services";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
|
mainProgram = "aws";
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user