perl buildPerlPackage: use patchShebangs by default (#390744)

This commit is contained in:
Ramses
2025-08-19 23:21:57 +03:00
committed by GitHub
@@ -35,6 +35,8 @@
env ? { },
postPatch ? "patchShebangs .",
...
}@attrs:
@@ -66,6 +68,7 @@ lib.throwIf (attrs ? name)
doCheck
checkTarget
enableParallelBuilding
postPatch
;
env = {
inherit PERL_AUTOINSTALL AUTOMATED_TESTING PERL_USE_UNSAFE_INC;