Merge pull request #135049 from xworld21/revert-113227-fix-perltidy-shebang

perlPackages.PerlTidy: revert "use shortenPerlShebang on darwin"
This commit is contained in:
Sandro
2021-08-22 19:35:09 +02:00
committed by GitHub
-4
View File
@@ -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 {