diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index eed731fcaebe..13d48f0782c8 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -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 {