Author: eelco
Date: Tue Jan  4 16:46:14 2011
New Revision: 25396
URL: https://svn.nixos.org/websvn/nix/?rev=25396&sc=1

Log:
* Drop pythonBase.

Modified:
   nixpkgs/branches/modular-python/pkgs/top-level/all-packages.nix

Modified: nixpkgs/branches/modular-python/pkgs/top-level/all-packages.nix
==============================================================================
--- nixpkgs/branches/modular-python/pkgs/top-level/all-packages.nix     Tue Jan 
 4 16:44:38 2011        (r25395)
+++ nixpkgs/branches/modular-python/pkgs/top-level/all-packages.nix     Tue Jan 
 4 16:46:14 2011        (r25396)
@@ -2268,7 +2268,6 @@
   python = python27;
   
   python26 = if getConfig ["python" "full"] false then python26Full else 
python26Base;
-  pythonBase = python26Base;
   pythonFull = python26Full;
 
   pythonWrapper = callPackage ../development/interpreters/python/wrapper.nix { 
};
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to