summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-08-19 02:16:24 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-08-19 19:43:21 +0000
commitc9a0a881840e2eeb1807cae172e12d181a44e509 (patch)
tree96614f58aeb0d3c6c36c9e5ab3e1440b6d5639d7
parentMerge staging-next-21.05 into staging-21.05 (diff)
downloadnixpkgs-c9a0a881840e2eeb1807cae172e12d181a44e509.tar.gz
c-ares: enable parallel buildingorigin/backport-134751-to-staging-21.05
(cherry picked from commit b2ae763c42df36baa6d84420cf3ae9234c72fd7f)
-rw-r--r--pkgs/development/libraries/c-ares/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/c-ares/default.nix b/pkgs/development/libraries/c-ares/default.nix
index 20bcf80d9e59..6d8581fc0f6f 100644
--- a/pkgs/development/libraries/c-ares/default.nix
+++ b/pkgs/development/libraries/c-ares/default.nix
@@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
sha256 = "0h7wjfnk2092glqcp9mqaax7xx0s13m501z1gi0gsjl2vvvd0gfp";
};
+ enableParallelBuilding = true;
+
meta = with lib; {
description = "A C library for asynchronous DNS requests";
homepage = "https://c-ares.haxx.se";