{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
2 changed files with 7 additions and 0 deletions
@@ -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
+1
View File
@@ -71306,6 +71306,7 @@ in
meta = {
description = "Validate JSON";
homepage = "http://zaach.github.com/jsonlint/";
mainProgram = "jsonlint";
};
production = true;
bypassCache = true;