Merge pull request #135049 from xworld21/revert-113227-fix-perltidy-shebang
perlPackages.PerlTidy: revert "use shortenPerlShebang on darwin"
This commit is contained in:
commit
a55701feca
@ -17122,10 +17122,6 @@ let
|
||||
description = "Indent and reformat perl scripts";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
};
|
||||
nativeBuildInputs = lib.optional stdenv.isDarwin shortenPerlShebang;
|
||||
postInstall = lib.optionalString stdenv.isDarwin ''
|
||||
shortenPerlShebang $out/bin/perltidy
|
||||
'';
|
||||
};
|
||||
|
||||
PHPSerialization = buildPerlPackage {
|
||||
|
Loading…
Reference in New Issue
Block a user