{nodePackages.jsonlint,luaPackages.luacheck}: add meta.mainProgram (#358173)

This commit is contained in:
Austin Horstman 2024-11-24 22:15:00 -06:00 committed by GitHub
commit 2b2e6614ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View File

@ -302,6 +302,12 @@ in
];
});
luacheck = prev.luacheck.overrideAttrs (oa: {
meta = oa.meta // {
mainProgram = "luacheck";
};
});
lua-curl = prev.lua-curl.overrideAttrs (oa: {
buildInputs = oa.buildInputs ++ [
curl.dev

View File

@ -71306,6 +71306,7 @@ in
meta = {
description = "Validate JSON";
homepage = "http://zaach.github.com/jsonlint/";
mainProgram = "jsonlint";
};
production = true;
bypassCache = true;