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

View File

@@ -31,6 +31,8 @@ stdenv.mkDerivation rec {
# and {Open,Free}BSD.
doCheck = (stdenv ? glibc);
enableParallelBuilding = true;
meta = {
homepage = http://www.gnu.org/software/coreutils/;
description = "The basic file, shell and text manipulation utilities of the GNU operating system";