python310Packages: Recurse into package set

Python 3.10 is the latest Python release and, together with Python 3.9
will be one of the two supported releases in the upcoming 22.05 release.
This commit is contained in:
Martin Weinelt 2021-12-26 22:57:37 +01:00 committed by Jonathan Ringer
parent 76488857ab
commit 125f023a50

View File

@ -13687,7 +13687,7 @@ with pkgs;
python37Packages = python37.pkgs;
python38Packages = recurseIntoAttrs python38.pkgs;
python39Packages = recurseIntoAttrs python39.pkgs;
python310Packages = python310.pkgs;
python310Packages = recurseIntoAttrs python310.pkgs;
python311Packages = python311.pkgs;
pypyPackages = pypy.pkgs;
pypy2Packages = pypy2.pkgs;