* Drop pythonBase.

svn path=/nixpkgs/branches/modular-python/; revision=25396
This commit is contained in:
Eelco Dolstra 2011-01-04 16:46:14 +00:00
parent 9d792e7316
commit 5caae64507

View File

@ -2268,7 +2268,6 @@ let
python = python27;
python26 = if getConfig ["python" "full"] false then python26Full else python26Base;
pythonBase = python26Base;
pythonFull = python26Full;
pythonWrapper = callPackage ../development/interpreters/python/wrapper.nix { };