summary refs log tree commit diff
path: root/pkgs/tools/misc/coreutils
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2010-06-23 14:35:18 +0000
committerPeter Simons <simons@cryp.to>2010-06-23 14:35:18 +0000
commit70240d36acce339b117f5eb956b3bf7a48da1cf4 (patch)
tree3baa15305392b888e43b905a4b88ec494c9630a2 /pkgs/tools/misc/coreutils
parent226e0c76468e5221b63c4987fb9d0290b6b11693 (diff)
downloadnixlib-70240d36acce339b117f5eb956b3bf7a48da1cf4.tar
nixlib-70240d36acce339b117f5eb956b3bf7a48da1cf4.tar.gz
nixlib-70240d36acce339b117f5eb956b3bf7a48da1cf4.tar.bz2
nixlib-70240d36acce339b117f5eb956b3bf7a48da1cf4.tar.lz
nixlib-70240d36acce339b117f5eb956b3bf7a48da1cf4.tar.xz
nixlib-70240d36acce339b117f5eb956b3bf7a48da1cf4.tar.zst
nixlib-70240d36acce339b117f5eb956b3bf7a48da1cf4.zip
Enable parallel building of gcc, glibc, gmp, mpfr, coreutils, perl, git, and qt4.
svn path=/nixpkgs/branches/stdenv-updates/; revision=22400
Diffstat (limited to 'pkgs/tools/misc/coreutils')
-rw-r--r--pkgs/tools/misc/coreutils/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/misc/coreutils/default.nix b/pkgs/tools/misc/coreutils/default.nix
index a5631079fbb1..2d1052e3a0f9 100644
--- a/pkgs/tools/misc/coreutils/default.nix
+++ b/pkgs/tools/misc/coreutils/default.nix
@@ -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";