luarocks-nix: fix meta data
This commit is contained in:
parent
ab49baf222
commit
f50fabb819
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ luarocks.overrideAttrs (old: {
|
|||
updateScript = unstableGitUpdater { };
|
||||
};
|
||||
|
||||
meta = {
|
||||
meta = old.meta // {
|
||||
mainProgram = "luarocks";
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue