azure-cli: use overridePythonAttrs for overrides
This commit is contained in:
parent
b85ed9dcbf
commit
204748025c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ let
|
|||
|
||||
overrideAzureMgmtPackage = package: version: extension: hash:
|
||||
# check to make sure overriding is even necessary
|
||||
package.overrideAttrs(oldAttrs: rec {
|
||||
package.overridePythonAttrs(oldAttrs: rec {
|
||||
inherit version;
|
||||
|
||||
src = fetchPypi {
|
||||
|
|
Loading…
Reference in a new issue