git-sync: use makeBinaryWrapper

This commit is contained in:
Pol Dellaiera
2025-06-26 18:30:33 +02:00
parent 5935b3e142
commit 8a03e3479f
+2 -2
View File
@@ -6,7 +6,7 @@
git,
gnugrep,
gnused,
makeWrapper,
makeBinaryWrapper,
inotify-tools,
nix-update-script,
}:
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
hash = "sha256-7sCncPxVMiDGi1PSoFhA9emSY2Jit35/FaBbinCdS/A=";
};
nativeBuildInputs = [ makeWrapper ];
nativeBuildInputs = [ makeBinaryWrapper ];
dontBuild = true;