python3Minimal: override python38, not python3

This avoids an infinite recursion, accidentally introduced in b7ff746540.
This commit is contained in:
Frederik Rietdijk 2020-06-05 16:46:40 +02:00
parent 4f52dfed5e
commit 913bee36ed

View file

@ -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