Merge pull request #316018 from khaneliman/mainprogram
bicep: add meta.mainProgram, cmake-format: add meta.mainProgram
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user