Merge pull request #57060 from teto/fix/buildLuarocksPackage

buildLuarocksPackage: adjust the manifest path
This commit is contained in:
Jörg Thalheim 2019-03-08 06:11:57 +00:00 committed by GitHub
commit 87c7d2da80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ builtins.removeAttrs attrs ["disabled" "checkInputs"] // {
# to prevent collisions when creating environments
# also added -f as it doesn't always exist
# 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
'';