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

svn path=/nixpkgs/trunk/; revision=25754
This commit is contained in:
Peter Simons 2011-02-02 11:16:53 +00:00
parent c60fad3978
commit 775542900b

View file

@ -91,6 +91,8 @@ stdenv.mkDerivation ( {
libPrefix = "python${majorVersion}";
};
enableParallelBuilding = true;
meta = {
homepage = "http://python.org";
description = "a high-level dynamically-typed programming language";