Author: simons
Date: Sun Jan  8 14:43:21 2012
New Revision: 31432
URL: https://nixos.org/websvn/nix/?rev=31432&sc=1

Log:
all-packages.nix: let 'python3' refer to the latest version, python 3.2

Modified:
   nixpkgs/trunk/pkgs/top-level/all-packages.nix

Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/all-packages.nix       Sun Jan  8 14:01:17 
2012        (r31431)
+++ nixpkgs/trunk/pkgs/top-level/all-packages.nix       Sun Jan  8 14:43:21 
2012        (r31432)
@@ -2661,12 +2661,13 @@
   pure = callPackage ../development/interpreters/pure {};
 
   python = python27;
+  python3 = python32;
 
   python26 = callPackage ../development/interpreters/python/2.6 { };
 
   python27 = callPackage ../development/interpreters/python/2.7 { };
 
-  python3 = callPackage ../development/interpreters/python/3.1 {
+  python31 = callPackage ../development/interpreters/python/3.1 {
     arch = if stdenv.isDarwin then pkgs.darwinArchUtility else null;
     sw_vers = if stdenv.isDarwin then pkgs.darwinSwVersUtility else null;
   };
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to