treewide: add meta.mainProgram (#249601)

This commit is contained in:
xrelkd
2023-08-16 23:58:46 +03:00
committed by GitHub
parent 66469836be
commit 9049df5a04
4 changed files with 9 additions and 1 deletions
@@ -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";
};
}
+6 -1
View File
@@ -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";
};
}
+1
View File
@@ -28,5 +28,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/bytecodealliance/wit-bindgen";
license = licenses.asl20;
maintainers = with maintainers; [ xrelkd ];
mainProgram = "wit-bindgen";
};
}