Author: simons
Date: Wed Feb  2 11:16:53 2011
New Revision: 25754
URL: https://svn.nixos.org/websvn/nix/?rev=25754&sc=1

Log:
pkgs/development/interpreters/python/3.1: enable parallel building

Modified:
   nixpkgs/trunk/pkgs/development/interpreters/python/3.1/default.nix

Modified: nixpkgs/trunk/pkgs/development/interpreters/python/3.1/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/interpreters/python/3.1/default.nix  Wed Feb 
 2 11:16:49 2011        (r25753)
+++ nixpkgs/trunk/pkgs/development/interpreters/python/3.1/default.nix  Wed Feb 
 2 11:16:53 2011        (r25754)
@@ -91,6 +91,8 @@
     libPrefix = "python${majorVersion}";
   };
 
+  enableParallelBuilding = true;
+
   meta = {
     homepage = "http://python.org";;
     description = "a high-level dynamically-typed programming language";
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to