Merge pull request #83124 from gnprice/pr-python39full

python39Full: fix to use Python 3.9 rather than 3.8
This commit is contained in:
Robert Hensing 2020-03-22 18:12:41 +01:00 committed by GitHub
commit 4580564d4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9565,7 +9565,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;