mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 01:03:25 +00:00
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:
parent
ba9b70bcfd
commit
9fa29c0df2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user