about summary refs log tree commit diff
path: root/pkgs/development/python-modules/helpdev/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/helpdev/default.nix')
-rw-r--r--pkgs/development/python-modules/helpdev/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/helpdev/default.nix b/pkgs/development/python-modules/helpdev/default.nix
index b03b3320153c..160797c9327c 100644
--- a/pkgs/development/python-modules/helpdev/default.nix
+++ b/pkgs/development/python-modules/helpdev/default.nix
@@ -25,6 +25,7 @@ buildPythonPackage rec {
 
   meta = {
     description = "Extracts information about the Python environment easily";
+    mainProgram = "helpdev";
     license = lib.licenses.mit;
   };