Allowing boost build enabling parallelBuilds

svn path=/nixpkgs/trunk/; revision=23800
wip/yesman
Lluís Batlle i Rossell 14 years ago
parent 7471ffb76d
commit 76a02e762a
  1. 2
      pkgs/development/libraries/boost/default.nix

@ -48,6 +48,8 @@ stdenv.mkDerivation {
sha256 = "1nvq36mvzr1fr85q0jh86rk3bk65s1y55jgqgzfg3lcpkl12ihs5";
};
enableParallelBuilding = true;
buildInputs = [icu expat zlib bzip2 python];
configureScript = "./bootstrap.sh";

Loading…
Cancel
Save