1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

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 = {