azure-cli: propagate build inputs of extensions
Signed-off-by: Oliver Breitwieser <oliver@breitwieser.eu>
This commit is contained in:
committed by
Paul Meyer
parent
1c38fff303
commit
249b0c23b8
@@ -233,7 +233,7 @@ py.pkgs.toPythonApplication (py.pkgs.buildAzureCliPackage rec {
|
||||
# pip is required to install extensions locally, but it's not needed if
|
||||
# we're using the default immutable configuration.
|
||||
pip
|
||||
];
|
||||
] ++ lib.concatMap (extension: extension.propagatedBuildInputs) withExtensions;
|
||||
|
||||
postInstall = ''
|
||||
substituteInPlace az.completion.sh \
|
||||
|
||||
Reference in New Issue
Block a user