python27Packages: no longer build and prefer
The Python 2 packages set will remain available, however, it will not be built by Hydra or ofBorg. While some have expressed their desire to have a Python2 set around, there has hardly been any effort to keep it working. Not building Python 2 allows us to build an additional Python 3 set (currently Python 3.9), which is important since Python switched to a yearly release cadence.
This commit is contained in:
parent
3eb6d01fa4
commit
9ce7b79ec6
@ -10482,7 +10482,7 @@ in
|
|||||||
inherit (pythonInterpreters) python27 python36 python37 python38 python39 python310 python3Minimal pypy27 pypy36;
|
inherit (pythonInterpreters) python27 python36 python37 python38 python39 python310 python3Minimal pypy27 pypy36;
|
||||||
|
|
||||||
# Python package sets.
|
# Python package sets.
|
||||||
python27Packages = lib.hiPrioSet (recurseIntoAttrs python27.pkgs);
|
python27Packages = python27.pkgs;
|
||||||
python36Packages = python36.pkgs;
|
python36Packages = python36.pkgs;
|
||||||
python37Packages = recurseIntoAttrs python37.pkgs;
|
python37Packages = recurseIntoAttrs python37.pkgs;
|
||||||
python38Packages = recurseIntoAttrs python38.pkgs;
|
python38Packages = recurseIntoAttrs python38.pkgs;
|
||||||
|
Loading…
Reference in New Issue
Block a user