Allowing boost build enabling parallelBuilds
svn path=/nixpkgs/trunk/; revision=23800
This commit is contained in:
parent
7471ffb76d
commit
76a02e762a
@ -48,6 +48,8 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "1nvq36mvzr1fr85q0jh86rk3bk65s1y55jgqgzfg3lcpkl12ihs5";
|
sha256 = "1nvq36mvzr1fr85q0jh86rk3bk65s1y55jgqgzfg3lcpkl12ihs5";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
buildInputs = [icu expat zlib bzip2 python];
|
buildInputs = [icu expat zlib bzip2 python];
|
||||||
|
|
||||||
configureScript = "./bootstrap.sh";
|
configureScript = "./bootstrap.sh";
|
||||||
|
Loading…
Reference in New Issue
Block a user