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
@@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
doCheck = true;
enableParallelBuilding = true;
meta = {
homepage = http://www.mpfr.org/;
description = "GNU MPFR, a library for multiple-precision floating-point arithmetic";