mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
also make python 26 default on darwin
svn path=/nixpkgs/trunk/; revision=20642
This commit is contained in:
parent
f05adf46bd
commit
891bf14096
@ -2621,8 +2621,8 @@ let
|
||||
python = if getConfig ["python" "full"] false then pythonFull else pythonBase;
|
||||
python25 = if getConfig ["python" "full"] false then python25Full else python25Base;
|
||||
python26 = if getConfig ["python" "full"] false then python26Full else python26Base;
|
||||
pythonBase = if stdenv.isDarwin then python25Base else python26Base;
|
||||
pythonFull = if stdenv.isDarwin then python25Full else python26Full;
|
||||
pythonBase = python26Base;
|
||||
pythonFull = python26Full;
|
||||
|
||||
python24 = import ../development/interpreters/python/2.4 {
|
||||
inherit fetchurl stdenv zlib bzip2;
|
||||
|
Loading…
Reference in New Issue
Block a user