mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
treewide: add meta.mainProgram (#249601)
This commit is contained in:
parent
66469836be
commit
9049df5a04
@ -28,5 +28,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/nrempel/sleek";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ xrelkd ];
|
||||
mainProgram = "sleek";
|
||||
};
|
||||
}
|
||||
|
@ -58,5 +58,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/launchbadge/sqlx";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ greizgh xrelkd fd ];
|
||||
mainProgram = "sqlx";
|
||||
};
|
||||
}
|
||||
|
@ -1,4 +1,8 @@
|
||||
{ lib, buildGoModule, fetchFromGitHub, installShellFiles }:
|
||||
{ lib
|
||||
, buildGoModule
|
||||
, fetchFromGitHub
|
||||
, installShellFiles
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "eksctl";
|
||||
@ -40,5 +44,6 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/weaveworks/eksctl";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ xrelkd Chili-Man ];
|
||||
mainProgram = "eksctl";
|
||||
};
|
||||
}
|
||||
|
@ -28,5 +28,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/bytecodealliance/wit-bindgen";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ xrelkd ];
|
||||
mainProgram = "wit-bindgen";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user