http-parser: enable parallel building

Tested at -j64.
This commit is contained in:
Alyssa Ross 2023-05-19 19:58:36 +00:00
parent 1aa2b6e098
commit 675a2733c5

View file

@ -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";