amazon-ec2-utils: Fix shebang not being patched

This commit is contained in:
Tom Sydney Kerckhove 2023-04-29 11:29:24 +02:00
parent 1ffe2a055d
commit c89ec98379

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