From e7263d832ba08bf0f9fe69ba8e637d85456aa15d Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Mon, 1 Sep 2025 16:13:48 +0200 Subject: [PATCH] python3Packages.pip.meta.mainProgram: init --- pkgs/development/python-modules/pip/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/pip/default.nix b/pkgs/development/python-modules/pip/default.nix index 44760b668b17..dd789fdb9727 100644 --- a/pkgs/development/python-modules/pip/default.nix +++ b/pkgs/development/python-modules/pip/default.nix @@ -119,6 +119,7 @@ let }; meta = { + mainProgram = "pip"; description = "PyPA recommended tool for installing Python packages"; license = with lib.licenses; [ mit ]; homepage = "https://pip.pypa.io/";