azure-cli: propagate build inputs of extensions

Signed-off-by: Oliver Breitwieser <oliver@breitwieser.eu>
This commit is contained in:
Oliver Breitwieser
2024-06-17 07:51:55 +02:00
committed by Paul Meyer
parent 1c38fff303
commit 249b0c23b8
+1 -1
View File
@@ -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 \