Merge pull request #309672 from impl/azure-cli-add-pip

azure-cli: fix installing extensions externally
This commit is contained in:
Paul Meyer 2024-05-08 09:45:37 +02:00 committed by GitHub
commit 2345c4a320
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -229,6 +229,10 @@ py.pkgs.toPythonApplication (py.pkgs.buildAzureCliPackage rec {
wcwidth
websocket-client
xmltodict
] ++ lib.optionals (!withImmutableConfig) [
# pip is required to install extensions locally, but it's not needed if
# we're using the default immutable configuration.
pip
];
postInstall = ''