lol

Merge pull request #116799 from aisamu/master

perlPackages.GitAutoFixup: fix too long shebang under darwin

authored by

Stig and committed by
GitHub
739df236 2a41d144

+4
+4
pkgs/top-level/perl-packages.nix
··· 8682 8682 url = "mirror://cpan/authors/id/T/TO/TORBIAK/App-Git-Autofixup-0.003001.tar.gz"; 8683 8683 sha256 = "1q7im0zj238k5agwi7d1mz26a8r0wrxwfwp1l8n5k777gx3b5xhp"; 8684 8684 }; 8685 + nativeBuildInputs = lib.optional stdenv.isDarwin shortenPerlShebang; 8686 + postInstall = lib.optionalString stdenv.isDarwin '' 8687 + shortenPerlShebang $out/bin/git-autofixup 8688 + ''; 8685 8689 meta = { 8686 8690 maintainers = [ maintainers.DamienCassou ]; 8687 8691 description = "Create fixup commits for topic branches";