about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/python-yate/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/python-yate/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/python-yate/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/python-yate/default.nix b/nixpkgs/pkgs/development/python-modules/python-yate/default.nix
index a35773f298de..a6cc7ac6575f 100644
--- a/nixpkgs/pkgs/development/python-modules/python-yate/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/python-yate/default.nix
@@ -33,6 +33,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     description = "Python library for the yate telephony engine";
+    mainProgram = "yate_callgen";
     homepage = "https://github.com/eventphone/python-yate";
     changelog = "https://github.com/eventphone/python-yate/releases/tag/v${version}";
     license = with licenses; [ mit ];