build-lua-package: dont patchShebangs folder

It can be source of trouble for some read-only folders (libluv for
instance) and slow down install.
This commit is contained in:
Matthieu Coudron 2020-02-25 17:34:29 +01:00
parent 39892985b0
commit 7aee5b838b
1 changed files with 0 additions and 2 deletions

View File

@ -199,8 +199,6 @@ builtins.removeAttrs attrs ["disabled" "checkInputs" "externalDeps"] // {
LUAROCKS="$LUAROCKS --verbose" LUAROCKS="$LUAROCKS --verbose"
fi fi
patchShebangs .
runHook postBuild runHook postBuild
''; '';