mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +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 ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user