perlPackages.GitAutoFixup: fix too long shebang under darwin
This commit is contained in:
parent
82b3b20d72
commit
e203523543
@ -8682,6 +8682,10 @@ let
|
|||||||
url = "mirror://cpan/authors/id/T/TO/TORBIAK/App-Git-Autofixup-0.003001.tar.gz";
|
url = "mirror://cpan/authors/id/T/TO/TORBIAK/App-Git-Autofixup-0.003001.tar.gz";
|
||||||
sha256 = "1q7im0zj238k5agwi7d1mz26a8r0wrxwfwp1l8n5k777gx3b5xhp";
|
sha256 = "1q7im0zj238k5agwi7d1mz26a8r0wrxwfwp1l8n5k777gx3b5xhp";
|
||||||
};
|
};
|
||||||
|
nativeBuildInputs = lib.optional stdenv.isDarwin shortenPerlShebang;
|
||||||
|
postInstall = lib.optionalString stdenv.isDarwin ''
|
||||||
|
shortenPerlShebang $out/bin/git-autofixup
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
maintainers = [ maintainers.DamienCassou ];
|
maintainers = [ maintainers.DamienCassou ];
|
||||||
description = "Create fixup commits for topic branches";
|
description = "Create fixup commits for topic branches";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user