Merge pull request #134751 from TredwellGit/c-ares

c-ares: enable parallel building
This commit is contained in:
Martin Weinelt
2021-08-19 21:38:47 +02:00
committed by GitHub
@@ -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";