Unverified Commit 2b2e6614 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

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

parents b3e9840b f176d9b7
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
@@ -71306,6 +71306,7 @@ in
    meta = {
      description = "Validate JSON";
      homepage = "http://zaach.github.com/jsonlint/";
      mainProgram = "jsonlint";
    };
    production = true;
    bypassCache = true;