python interpreters: use correct python when
calling pythonPackages.
This commit is contained in:
parent
f16520b1d5
commit
b3b31074b2
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ with pkgs;
|
|||
(lib.extends (lib.composeExtensions aliases extensions) pythonPackagesFun))
|
||||
{
|
||||
overrides = packageOverrides;
|
||||
python = self;
|
||||
};
|
||||
in rec {
|
||||
isPy27 = pythonVersion == "2.7";
|
||||
|
|
Loading…
Reference in a new issue