Merge pull request #228881 from NorfairKing/ec2-utils-add-bash-dep

amazon-ec2-utils: Fix shebang not being patched
This commit is contained in:
Ilan Joselevich 2023-05-16 18:12:05 +03:00 committed by GitHub
commit 5ff8d2f12c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@
, gawk
, python3
, installShellFiles
, bash
}:
stdenv.mkDerivation rec {
pname = "amazon-ec2-utils";
@ -22,6 +23,7 @@ stdenv.mkDerivation rec {
strictDeps = true;
buildInputs = [
python3
bash
];
nativeBuildInputs = [
installShellFiles