* 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 { };
|
||||
|
||||
python = python27;
|
||||
pythonModules = python27Modules;
|
||||
|
||||
python26 = if getConfig ["python" "full"] false then python26Full else python26Base;
|
||||
pythonFull = python26Full;
|
||||
@ -4393,6 +4394,7 @@ let
|
||||
python = python24;
|
||||
};
|
||||
|
||||
|
||||
### SERVERS
|
||||
|
||||
rdf4store = callPackage ../servers/http/4store { };
|
||||
|
Loading…
Reference in New Issue
Block a user