protobuf-3.0: enableParallelBuilding = true

Otherwise it takes quite a long time to build.
This commit is contained in:
Vladimír Čunát 2016-01-19 08:24:55 +01:00
parent 4c1e9ffd12
commit 37598195e5

View File

@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
buildInputs = [ autoreconfHook zlib ];
enableParallelBuilding = true;
doCheck = true;
meta = {