about summary refs log tree commit diff
path: root/pkgs/development/python-modules/elastic-apm
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-04-30 16:24:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-04-30 16:24:00 +0000
commit9c00418e190ea55ad0c77474f5dbe654ba8694ce (patch)
tree03f6b30a7e02995ba93fff1f0de5f660f9902b2a /pkgs/development/python-modules/elastic-apm
parent6e1d2a55c6cd962ecf1b09e4abbeef2e24e09ffc (diff)
python310Packages.elastic-apm: add mainProgram
Diffstat (limited to 'pkgs/development/python-modules/elastic-apm')
-rw-r--r--pkgs/development/python-modules/elastic-apm/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/elastic-apm/default.nix b/pkgs/development/python-modules/elastic-apm/default.nix
index ba789037f03c8..d4876dd830529 100644
--- a/pkgs/development/python-modules/elastic-apm/default.nix
+++ b/pkgs/development/python-modules/elastic-apm/default.nix
@@ -93,5 +93,6 @@ buildPythonPackage rec {
     changelog = "https://github.com/elastic/apm-agent-python/releases/tag/v${version}";
     license = with licenses; [ bsd3 ];
     maintainers = with maintainers; [ fab ];
+    mainProgram = "elasticapm-run";
   };
 }