treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
This commit is contained in:
@@ -47,6 +47,7 @@ buildGoModule rec {
|
||||
|
||||
meta = {
|
||||
description = "A command line tool for working with Microsoft SQL Server, Azure SQL Database, and Azure Synapse";
|
||||
mainProgram = "sqlcmd";
|
||||
homepage = "https://github.com/microsoft/go-sqlcmd";
|
||||
changelog = "https://github.com/microsoft/go-sqlcmd/releases/tag/v${version}";
|
||||
license = lib.licenses.mit;
|
||||
|
||||
Reference in New Issue
Block a user