forked from mirrors/nixpkgs
python3Minimal: override python38, not python3
This avoids an infinite recursion, accidentally introduced in b7ff746540
.
This commit is contained in:
parent
4f52dfed5e
commit
913bee36ed
|
@ -129,7 +129,7 @@ in {
|
|||
};
|
||||
|
||||
# Minimal versions of Python (built without optional dependencies)
|
||||
python3Minimal = (python3.override {
|
||||
python3Minimal = (python38.override {
|
||||
self = python3Minimal;
|
||||
pythonForBuild = pkgs.buildPackages.python3Minimal;
|
||||
# strip down that python version as much as possible
|
||||
|
|
Loading…
Reference in a new issue