python interpreters: use correct python when

calling pythonPackages.
This commit is contained in:
Frederik Rietdijk 2021-07-27 20:34:44 +02:00
parent f16520b1d5
commit b3b31074b2

View file

@ -85,6 +85,7 @@ with pkgs;
(lib.extends (lib.composeExtensions aliases extensions) pythonPackagesFun))
{
overrides = packageOverrides;
python = self;
};
in rec {
isPy27 = pythonVersion == "2.7";