amazon-ec2-utils: Fix shebang not being patched
This commit is contained in:
parent
1ffe2a055d
commit
c89ec98379
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user