Allowing boost build enabling parallelBuilds

svn path=/nixpkgs/trunk/; revision=23800
This commit is contained in:
Lluís Batlle i Rossell 2010-09-14 14:47:16 +00:00
parent 7471ffb76d
commit 76a02e762a

View file

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