c-ares: enable parallel building

(cherry picked from commit b2ae763c42df36baa6d84420cf3ae9234c72fd7f)
This commit is contained in:
TredwellGit 2021-08-19 02:16:24 +00:00 committed by github-actions[bot]
parent 74f8b36dee
commit c9a0a88184
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
sha256 = "0h7wjfnk2092glqcp9mqaax7xx0s13m501z1gi0gsjl2vvvd0gfp"; sha256 = "0h7wjfnk2092glqcp9mqaax7xx0s13m501z1gi0gsjl2vvvd0gfp";
}; };
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";