mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
* Drop pythonBase.
svn path=/nixpkgs/branches/modular-python/; revision=25396
This commit is contained in:
parent
9d792e7316
commit
5caae64507
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user