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

View File

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