git-recent: replace makeWrapper with makeBinaryWrapper

This commit is contained in:
Pol Dellaiera
2025-09-25 21:32:31 +02:00
parent f31e7282f8
commit 21e3d56b27
@@ -4,7 +4,7 @@
git,
less,
fetchFromGitHub,
makeWrapper,
makeBinaryWrapper,
# util-linuxMinimal is included because we need the column command
util-linux,
}:
@@ -20,7 +20,7 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-b6AWLEXCOza+lIHlvyYs3M6yHGr2StYXzl7OsA9gv/k=";
};
nativeBuildInputs = [ makeWrapper ];
nativeBuildInputs = [ makeBinaryWrapper ];
buildPhase = null;