ssm-session-manager-plugin: drop awscli build dependency
This commit is contained in:
parent
c4a5efa965
commit
8b875ed689
1 changed files with 0 additions and 2 deletions
|
@ -19,8 +19,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ autoPatchelfHook ] ++ (if stdenv.isDarwin then [ unzip ] else [ dpkg ]);
|
||||
|
||||
buildInputs = [ awscli ];
|
||||
|
||||
unpackPhase = if stdenv.isDarwin then "unzip $src" else "dpkg-deb -x $src .";
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue