diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 6d1b37581114..0106fab942da 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -7800,7 +7800,7 @@ self: super: with self; { p.override { enablePython = true; python3 = python; - python3Packages = pythonPackages; + python3Packages = self; } ) (p: p.py)