diff options
| author | Frederik Rietdijk <fridh@fridh.nl> | 2019-08-18 13:48:46 +0200 |
|---|---|---|
| committer | Frederik Rietdijk <fridh@fridh.nl> | 2019-11-12 15:04:28 +0100 |
| commit | f3cf2300eee8a9e2b044cffeae6e628b5f13beea (patch) | |
| tree | 95f9e48eda0bbd74cb15109dfd6775037db71f4d | |
| parent | Merge pull request #73249 from c0bw3b/pkg/bgpdump (diff) | |
| download | nixpkgs-gitlab.intr/python3.tar.gz | |
Temporarily set python = python3; to identify what would breakorigin/python3gitlab.intr/python3
| -rw-r--r-- | pkgs/top-level/all-packages.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 40b7347664ff..6bbdfe51953c 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -9096,7 +9096,7 @@ in # Python interpreters. All standard library modules are included except for tkinter, which is # available as `pythonPackages.tkinter` and can be used as any other Python package. # When switching these sets, please update docs at ../../doc/languages-frameworks/python.md - python = python2; + python = python3; python2 = python27; python3 = python37; pypy = pypy2; |
