mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 22:57:42 +03:00
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"
|
||||
fi
|
||||
|
||||
patchShebangs .
|
||||
|
||||
runHook postBuild
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user