about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2023-08-03 16:40:09 +0200
committerGitHub <noreply@github.com>2023-08-03 16:40:09 +0200
commit20d9d989fd92c9615c113c7fced10cee2e775982 (patch)
tree75648fbd978a08612c9db24d5003db403c497147 /pkgs/development
parent2a1f1797be6e4125ade0be6ac32bb70106ff7245 (diff)
parente1206bf0a501400740cdc2da1d9d71b3fd593202 (diff)
Merge pull request #246957 from antonmosich/hm-getExe
treewide: add `meta.mainProgram`
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/tools/pyenv/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/pyenv/default.nix b/pkgs/development/tools/pyenv/default.nix
index bdc338bcfac5d..da10a9ba8f243 100644
--- a/pkgs/development/tools/pyenv/default.nix
+++ b/pkgs/development/tools/pyenv/default.nix
@@ -50,5 +50,6 @@ stdenv.mkDerivation rec {
     license = licenses.mit;
     maintainers = with maintainers; [ tjni ];
     platforms = platforms.all;
+    mainProgram = "pyenv";
   };
 }