Commit c89ec983 authored by Tom Sydney Kerckhove's avatar Tom Sydney Kerckhove
Browse files

amazon-ec2-utils: Fix shebang not being patched

parent 1ffe2a05
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