From c89ec98379909135e6280ee640ee24d42408869a Mon Sep 17 00:00:00 2001 From: Tom Sydney Kerckhove Date: Sat, 29 Apr 2023 11:29:24 +0200 Subject: [PATCH] amazon-ec2-utils: Fix shebang not being patched --- pkgs/tools/admin/amazon-ec2-utils/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/tools/admin/amazon-ec2-utils/default.nix b/pkgs/tools/admin/amazon-ec2-utils/default.nix index f6e92bd5287..1225005cfb7 100644 --- a/pkgs/tools/admin/amazon-ec2-utils/default.nix +++ b/pkgs/tools/admin/amazon-ec2-utils/default.nix @@ -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