Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15917,7 +15917,11 @@ with pkgs;
x11Support = true;
};

pythonInterpreters = callPackage ./../development/interpreters/python { };
pythonInterpreters = callPackage ./../development/interpreters/python {
callPackage = newScope {
readline = readline81;
};
};
inherit (pythonInterpreters) python27 python37 python38 python39 python310 python311 python3Minimal pypy27 pypy39 pypy38 pypy37 rustpython;

# List of extensions with overrides to apply to all Python package sets.
Expand Down