From 913bee36eda54e1edceccdef0cb6b161ba85269e Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Fri, 5 Jun 2020 16:46:40 +0200 Subject: [PATCH] python3Minimal: override python38, not python3 This avoids an infinite recursion, accidentally introduced in b7ff7465401257e9b0814bb68937a494c58de538. --- pkgs/development/interpreters/python/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/interpreters/python/default.nix b/pkgs/development/interpreters/python/default.nix index a4bf8599aac6..b05f989714a5 100644 --- a/pkgs/development/interpreters/python/default.nix +++ b/pkgs/development/interpreters/python/default.nix @@ -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