mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
protobuf-3.0: enableParallelBuilding = true
Otherwise it takes quite a long time to build.
This commit is contained in:
parent
4c1e9ffd12
commit
37598195e5
|
@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [ autoreconfHook zlib ];
|
buildInputs = [ autoreconfHook zlib ];
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in a new issue