amazon-ec2-net-utils: replace makeWrapper with makeBinaryWrapper

This commit is contained in:
Pol Dellaiera
2025-09-11 08:14:17 +02:00
parent ecaf6c6f36
commit 4498c7ac02
@@ -9,7 +9,7 @@
gnused,
installShellFiles,
iproute2,
makeWrapper,
makeBinaryWrapper,
nix-update-script,
systemd,
udevCheckHook,
@@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
installShellFiles
makeWrapper
makeBinaryWrapper
udevCheckHook
];