python310Packages.elastic-apm: add mainProgram
This commit is contained in:
parent
6e1d2a55c6
commit
9c00418e19
1 changed files with 1 additions and 0 deletions
|
@ -93,5 +93,6 @@ buildPythonPackage rec {
|
||||||
changelog = "https://github.com/elastic/apm-agent-python/releases/tag/v${version}";
|
changelog = "https://github.com/elastic/apm-agent-python/releases/tag/v${version}";
|
||||||
license = with licenses; [ bsd3 ];
|
license = with licenses; [ bsd3 ];
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
|
mainProgram = "elasticapm-run";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue