mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-02 17:09:09 +03:00
all-packages.nix: switch 'python3' to python 3.4.x
This commit is contained in:
parent
acca749e66
commit
2083a23073
@ -3454,18 +3454,13 @@ let
|
|||||||
llvm = llvm_33 ;
|
llvm = llvm_33 ;
|
||||||
};
|
};
|
||||||
|
|
||||||
python3 = hiPrio (callPackage ../development/interpreters/python/3.3 { });
|
python26 = callPackage ../development/interpreters/python/2.6 { db = db47; };
|
||||||
|
python27 = callPackage ../development/interpreters/python/2.7 { libX11 = xlibs.libX11; };
|
||||||
python32 = callPackage ../development/interpreters/python/3.2 { };
|
python32 = callPackage ../development/interpreters/python/3.2 { };
|
||||||
python33 = callPackage ../development/interpreters/python/3.3 { };
|
python33 = callPackage ../development/interpreters/python/3.3 { };
|
||||||
python34 = callPackage ../development/interpreters/python/3.4 { };
|
python34 = hiPrio (callPackage ../development/interpreters/python/3.4 { });
|
||||||
|
|
||||||
python = python27;
|
python = python27;
|
||||||
python26 = callPackage ../development/interpreters/python/2.6 {
|
python3 = python34;
|
||||||
db = db47;
|
|
||||||
};
|
|
||||||
python27 = callPackage ../development/interpreters/python/2.7 {
|
|
||||||
libX11 = xlibs.libX11;
|
|
||||||
};
|
|
||||||
|
|
||||||
pypy = callPackage ../development/interpreters/pypy/2.2 { };
|
pypy = callPackage ../development/interpreters/pypy/2.2 { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user