perl buildPerlPackage: use patchShebangs by default (#390744)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user