mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 01:18:24 +00:00
luarocks: set meta.mainProgram
This commit is contained in:
parent
c83afadf29
commit
b73ec84b9e
@ -112,6 +112,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "A package manager for Lua";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ raskin teto ];
|
||||
mainProgram = "luarocks";
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
downloadPage = "http://luarocks.org/releases/";
|
||||
};
|
||||
|
@ -16,8 +16,4 @@ luarocks.overrideAttrs (old: {
|
||||
passthru = {
|
||||
updateScript = unstableGitUpdater { };
|
||||
};
|
||||
|
||||
meta = old.meta // {
|
||||
mainProgram = "luarocks";
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user