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