Merge pull request #290989 from xrelkd/feat/api-linter
api-linter: add meta.mainProgram
This commit is contained in:
commit
73d581344d
2 changed files with 1 additions and 2 deletions
|
@ -29,5 +29,6 @@ buildGoModule rec {
|
|||
changelog = "https://github.com/googleapis/api-linter/releases/tag/${src.rev}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ xrelkd ];
|
||||
mainProgram = "api-linter";
|
||||
};
|
||||
}
|
|
@ -3227,8 +3227,6 @@ with pkgs;
|
|||
|
||||
apfs-fuse = callPackage ../tools/filesystems/apfs-fuse { };
|
||||
|
||||
api-linter = callPackage ../development/tools/api-linter { };
|
||||
|
||||
apk-tools = callPackage ../tools/package-management/apk-tools {
|
||||
lua = lua5_3;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue