Merge pull request #316018 from khaneliman/mainprogram

bicep: add meta.mainProgram, cmake-format: add meta.mainProgram
This commit is contained in:
Pol Dellaiera
2024-05-31 22:50:10 +02:00
committed by GitHub
2 changed files with 9 additions and 6 deletions
+8 -6
View File
@@ -1,9 +1,10 @@
{ lib
, stdenv
, buildDotnetModule
, fetchFromGitHub
, dotnetCorePackages
, mono
{
lib,
stdenv,
buildDotnetModule,
fetchFromGitHub,
dotnetCorePackages,
mono,
}:
buildDotnetModule rec {
@@ -39,5 +40,6 @@ buildDotnetModule rec {
changelog = "https://github.com/Azure/bicep/releases/tag/v${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ khaneliman ];
mainProgram = "bicep";
};
}
@@ -31,6 +31,7 @@ buildPythonApplication rec {
homepage = "https://github.com/cheshirekow/cmake_format";
license = licenses.gpl3;
maintainers = [ maintainers.tobim ];
mainProgram = "cmake-format";
platforms = platforms.all;
};
}