forked from mirrors/nixpkgs
Merge pull request #156076 from rtimush/ssm-session-manager-plugin-awscli
This commit is contained in:
commit
dc98fa6bd9
|
@ -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