python39Full: fix to use Python 3.9 rather than 3.8

Looks like this was a typo when python39 was added in 648152fdb.
This commit is contained in:
Greg Price 2020-03-21 23:48:45 -07:00
parent 2d0976c780
commit c93acee712

View file

@ -9461,7 +9461,7 @@ in
python36Full = python36.override{x11Support=true;};
python37Full = python37.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 = python.pkgs;