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

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