python3Minimal: override python38, not python3
This avoids an infinite recursion, accidentally introduced in b7ff7465401257e9b0814bb68937a494c58de538.
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…
x
Reference in New Issue
Block a user