3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request from rtimush/ssm-session-manager-plugin-awscli

This commit is contained in:
Sandro 2022-01-23 04:07:20 +01:00 committed by GitHub
commit dc98fa6bd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = ''