Author: simons
Date: Thu Aug 12 12:53:51 2010
New Revision: 23146
URL: https://svn.nixos.org/websvn/nix/?rev=23146&sc=1

Log:
pkgs/top-level/all-packages.nix: lower priority of python27Base to ensure the 
full version is installed by default

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       Thu Aug 12 12:53:45 
2010        (r23145)
+++ nixpkgs/trunk/pkgs/top-level/all-packages.nix       Thu Aug 12 12:53:51 
2010        (r23146)
@@ -2117,11 +2117,11 @@
     ncurses = if getConfig ["python" "curses"] true then ncurses else null;
   });
 
-  python27Base = makeOverridable (import 
../development/interpreters/python/2.7) {
+  python27Base = lowPrio (makeOverridable (import 
../development/interpreters/python/2.7) {
     inherit fetchurl stdenv zlib bzip2 gdbm;
     arch = if stdenv.isDarwin then darwinArchUtility else null;
     sw_vers = if stdenv.isDarwin then darwinSwVersUtility else null;
-  };
+  });
 
   python27Full = python27Base.override {
     inherit db4 sqlite readline openssl tcl tk ncurses;
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to