Revert "perlPackages.PerlTidy: use shortenPerlShebang on darwin"

This commit is contained in:
Vincenzo Mantova 2021-08-21 10:28:44 +01:00 committed by GitHub
parent 0ee9ae4986
commit ddf68a8faf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17118,10 +17118,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 {