git-sync: use postFixup instead of fixupPhase

(cherry picked from commit d804b24b6be14c2d264b7381e32d02401fef3327)
This commit is contained in:
Jörg Thalheim 2021-07-18 13:01:56 +02:00 committed by Artturin
parent ef37ea7fe8
commit ff0fa55543

View File

@ -28,9 +28,7 @@ stdenv.mkDerivation rec {
gnused gnused
]; ];
fixupPhase = '' postFixup = ''
patchShebangs $out/bin
wrap_path="${wrapperPath}":$out/bin wrap_path="${wrapperPath}":$out/bin
wrapProgram $out/bin/git-sync \ wrapProgram $out/bin/git-sync \