Merge pull request #224530 from lbpdt/fix/awscli2-composible-python-package-overrides

awscli2: allow composible python packageOverrides
This commit is contained in:
Benjamin Hipple 2023-04-10 10:14:02 -04:00 committed by GitHub
commit 82fa717f85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,8 +9,8 @@
}:
let
py = python3.override {
packageOverrides = self: super: {
py = python3 // {
pkgs = python3.pkgs.overrideScope (self: super: {
ipython = super.ipython.overridePythonAttrs (oldAttrs: rec {
pname = "ipython";
version = "8.5.0";
@ -31,7 +31,7 @@ let
hash = "sha256-nxzRax6GwpaPJRnX+zHdnWaZFvUVYSwmnRTp7VK1FlA=";
};
});
};
});
};
in