c-ares: enable parallel building
(cherry picked from commit b2ae763c42df36baa6d84420cf3ae9234c72fd7f)
This commit is contained in:
parent
74f8b36dee
commit
c9a0a88184
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue