Merge pull request #57060 from teto/fix/buildLuarocksPackage
buildLuarocksPackage: adjust the manifest path
This commit is contained in:
commit
87c7d2da80
@ -165,7 +165,7 @@ builtins.removeAttrs attrs ["disabled" "checkInputs"] // {
|
|||||||
# to prevent collisions when creating environments
|
# to prevent collisions when creating environments
|
||||||
# also added -f as it doesn't always exist
|
# also added -f as it doesn't always exist
|
||||||
# don't remove the whole directory as
|
# don't remove the whole directory as
|
||||||
rm -rf $out/lib/luarocks/rocks/manifest
|
rm -rf $out/lib/luarocks/rocks-${lua.luaversion}/manifest
|
||||||
|
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user