Merge pull request #83124 from gnprice/pr-python39full
python39Full: fix to use Python 3.9 rather than 3.8
This commit is contained in:
commit
4580564d4a
1 changed files with 1 additions and 1 deletions
|
@ -9565,7 +9565,7 @@ in
|
||||||
python36Full = python36.override{x11Support=true;};
|
python36Full = python36.override{x11Support=true;};
|
||||||
python37Full = python37.override{x11Support=true;};
|
python37Full = python37.override{x11Support=true;};
|
||||||
python38Full = python38.override{x11Support=true;};
|
python38Full = python38.override{x11Support=true;};
|
||||||
python39Full = python38.override{x11Support=true;};
|
python39Full = python39.override{x11Support=true;};
|
||||||
|
|
||||||
# pythonPackages further below, but assigned here because they need to be in sync
|
# pythonPackages further below, but assigned here because they need to be in sync
|
||||||
pythonPackages = python.pkgs;
|
pythonPackages = python.pkgs;
|
||||||
|
|
Loading…
Reference in a new issue