c-ares: enable parallel building

This commit is contained in:
TredwellGit 2021-08-19 02:16:24 +00:00
parent 9528fbb483
commit b2ae763c42

View File

@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
sha256 = "sha256-SAPIRM4gzlEO8OuD+OpB+iTsqunSgMRoxYLSuyWzkT0="; sha256 = "sha256-SAPIRM4gzlEO8OuD+OpB+iTsqunSgMRoxYLSuyWzkT0=";
}; };
enableParallelBuilding = true;
meta = with lib; { meta = with lib; {
description = "A C library for asynchronous DNS requests"; description = "A C library for asynchronous DNS requests";
homepage = "https://c-ares.haxx.se"; homepage = "https://c-ares.haxx.se";