mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Python 3 points to 3.5 instead of 3.4 (#15555)
Note that the documentation currently incorrectly states that 3 already points to 3.5.
This commit is contained in:
parent
28f8ca560f
commit
295bcdfb5e
@ -5604,12 +5604,12 @@ in
|
||||
|
||||
python = python2;
|
||||
python2 = python27;
|
||||
python3 = python34;
|
||||
python3 = python35;
|
||||
|
||||
# pythonPackages further below, but assigned here because they need to be in sync
|
||||
pythonPackages = python2Packages;
|
||||
python2Packages = python27Packages;
|
||||
python3Packages = python34Packages;
|
||||
python3Packages = python35Packages;
|
||||
|
||||
python26 = callPackage ../development/interpreters/python/2.6 {
|
||||
db = db47;
|
||||
|
Loading…
Reference in New Issue
Block a user