Merge pull request #290989 from xrelkd/feat/api-linter

api-linter: add meta.mainProgram
This commit is contained in:
Mario Rodas 2024-02-23 21:34:46 -05:00 committed by GitHub
commit 73d581344d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -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";
};
}

View File

@ -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;
};