Merge pull request #131719 from FRidh/python2-to-3
Python: further migrate packages from 2 to 3
This commit is contained in:
@@ -85,6 +85,7 @@ with pkgs;
|
||||
(lib.extends (lib.composeExtensions aliases extensions) pythonPackagesFun))
|
||||
{
|
||||
overrides = packageOverrides;
|
||||
python = self;
|
||||
};
|
||||
in rec {
|
||||
isPy27 = pythonVersion == "2.7";
|
||||
|
||||
Reference in New Issue
Block a user