Commit 8a03e347 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

git-sync: use `makeBinaryWrapper`

parent 5935b3e1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;