about summary refs log tree commit diff
path: root/pkgs/development/python-modules/waitress/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/waitress/default.nix')
-rw-r--r--pkgs/development/python-modules/waitress/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/waitress/default.nix b/pkgs/development/python-modules/waitress/default.nix
index 1693538de9101..cf8d0eac97b22 100644
--- a/pkgs/development/python-modules/waitress/default.nix
+++ b/pkgs/development/python-modules/waitress/default.nix
@@ -18,6 +18,7 @@ buildPythonPackage rec {
   meta = with lib; {
      homepage = "https://github.com/Pylons/waitress";
      description = "Waitress WSGI server";
+     mainProgram = "waitress-serve";
      license = licenses.zpl20;
      maintainers = with maintainers; [ domenkozar ];
   };