python3Minimal: override python38, not python3
This avoids an infinite recursion, accidentally introduced in b7ff746540.
This commit is contained in:
@@ -129,7 +129,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Minimal versions of Python (built without optional dependencies)
|
# Minimal versions of Python (built without optional dependencies)
|
||||||
python3Minimal = (python3.override {
|
python3Minimal = (python38.override {
|
||||||
self = python3Minimal;
|
self = python3Minimal;
|
||||||
pythonForBuild = pkgs.buildPackages.python3Minimal;
|
pythonForBuild = pkgs.buildPackages.python3Minimal;
|
||||||
# strip down that python version as much as possible
|
# strip down that python version as much as possible
|
||||||
|
|||||||
Reference in New Issue
Block a user