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:
commit
47d1b12472
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue