forked from mirrors/nixpkgs
http-parser: enable parallel building
Tested at -j64.
This commit is contained in:
parent
1aa2b6e098
commit
675a2733c5
|
@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
|
|||
doCheck = true;
|
||||
checkTarget = "test";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "An HTTP message parser written in C";
|
||||
homepage = "https://github.com/nodejs/http-parser";
|
||||
|
|
Loading…
Reference in a new issue