Merge pull request #134858 from NixOS/backport-134751-to-staging-21.05

[Backport staging-21.05] c-ares: enable parallel building
This commit is contained in:
Martin Weinelt 2021-08-24 16:49:31 +02:00 committed by GitHub
commit 47d1b12472
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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