perl buildPerlPackage: use patchShebangs by default

This commit is contained in:
Gabriel Ostrolucký
2025-03-16 22:48:49 +01:00
parent e09c294d2c
commit 5368225673
@@ -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;