Enable parallel building of gcc, glibc, gmp, mpfr, coreutils, perl, git, and qt4.

svn path=/nixpkgs/branches/stdenv-updates/; revision=22400
This commit is contained in:
Peter Simons
2010-06-23 14:35:18 +00:00
parent 226e0c7646
commit 70240d36ac
18 changed files with 35 additions and 3 deletions
+2
View File
@@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
doCheck = true;
enableParallelBuilding = true;
meta = {
description = "A free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers";
homepage = http://gmplib.org/;
@@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
doCheck = true;
enableParallelBuilding = true;
meta = {
description = "GMP, the GNU multiple precision arithmetic library";