pkgs/development/interpreters/python/3.1: enable parallel building
svn path=/nixpkgs/trunk/; revision=25754
This commit is contained in:
parent
c60fad3978
commit
775542900b
@ -91,6 +91,8 @@ stdenv.mkDerivation ( {
|
|||||||
libPrefix = "python${majorVersion}";
|
libPrefix = "python${majorVersion}";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://python.org";
|
homepage = "http://python.org";
|
||||||
description = "a high-level dynamically-typed programming language";
|
description = "a high-level dynamically-typed programming language";
|
||||||
|
Loading…
Reference in New Issue
Block a user