Unverified Commit 5ff8d2f1 authored by Ilan Joselevich's avatar Ilan Joselevich Committed by GitHub
Browse files

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

amazon-ec2-utils: Fix shebang not being patched
parents 68ef836a c89ec983
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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