python37Packages: no longer recurse into set
Python 3.9 is going to be the default release for NixOS, which means we'll build 3.8 and 3.9. We can stop building for 3.7 to reduce the load on Hydra.
This commit is contained in:
@@ -11542,7 +11542,7 @@ in
|
||||
# Python package sets.
|
||||
python27Packages = python27.pkgs;
|
||||
python36Packages = python36.pkgs;
|
||||
python37Packages = recurseIntoAttrs python37.pkgs;
|
||||
python37Packages = python37.pkgs;
|
||||
python38Packages = recurseIntoAttrs python38.pkgs;
|
||||
python39Packages = recurseIntoAttrs python39.pkgs;
|
||||
python310Packages = python310.pkgs;
|
||||
|
||||
Reference in New Issue
Block a user