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:
parent
39892985b0
commit
7aee5b838b
|
@ -199,8 +199,6 @@ builtins.removeAttrs attrs ["disabled" "checkInputs" "externalDeps"] // {
|
||||||
LUAROCKS="$LUAROCKS --verbose"
|
LUAROCKS="$LUAROCKS --verbose"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
patchShebangs .
|
|
||||||
|
|
||||||
runHook postBuild
|
runHook postBuild
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue