* Fix evaluation.
svn path=/nixpkgs/branches/modular-python/; revision=26349
This commit is contained in:
parent
b3667a1e8f
commit
c138d8808d
|
@ -2267,6 +2267,7 @@ let
|
||||||
polyml = callPackage ../development/compilers/polyml { };
|
polyml = callPackage ../development/compilers/polyml { };
|
||||||
|
|
||||||
python = python27;
|
python = python27;
|
||||||
|
pythonModules = python27Modules;
|
||||||
|
|
||||||
python26 = if getConfig ["python" "full"] false then python26Full else python26Base;
|
python26 = if getConfig ["python" "full"] false then python26Full else python26Base;
|
||||||
pythonFull = python26Full;
|
pythonFull = python26Full;
|
||||||
|
@ -4393,6 +4394,7 @@ let
|
||||||
python = python24;
|
python = python24;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
### SERVERS
|
### SERVERS
|
||||||
|
|
||||||
rdf4store = callPackage ../servers/http/4store { };
|
rdf4store = callPackage ../servers/http/4store { };
|
||||||
|
|
Loading…
Reference in New Issue