about summary refs log tree commit diff
path: root/pkgs/development/python-modules/findpython/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/findpython/default.nix')
-rw-r--r--pkgs/development/python-modules/findpython/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/findpython/default.nix b/pkgs/development/python-modules/findpython/default.nix
index 7ada2d813dd4..a405ab3d6ec0 100644
--- a/pkgs/development/python-modules/findpython/default.nix
+++ b/pkgs/development/python-modules/findpython/default.nix
@@ -46,6 +46,7 @@ buildPythonPackage {
 
   meta = with lib; {
     description = "A utility to find python versions on your system";
+    mainProgram = "findpython";
     homepage = "https://github.com/frostming/findpython";
     changelog = "https://github.com/frostming/findpython/releases/tag/${version}";
     license = licenses.mit;