luarocks-nix: fix meta data

This commit is contained in:
Markus Kowalewski 2022-11-02 23:53:04 +01:00
parent ab49baf222
commit f50fabb819
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -17,7 +17,7 @@ luarocks.overrideAttrs (old: {
updateScript = unstableGitUpdater { }; updateScript = unstableGitUpdater { };
}; };
meta = { meta = old.meta // {
mainProgram = "luarocks"; mainProgram = "luarocks";
}; };
}) })