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:
parent
2d0976c780
commit
c93acee712
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue